#DEFEDB

Color #DEFEDB Tara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tara #DEFEDB

Tints of Tara #DEFEDB

Color information

#DEFEDB (or 0xDEFEDB) is unknown color: approx Tara. HEX triplet: DE, FE and DB. RGB value is (222,254,219). Sum of RGB (Red+Green+Blue) = 222+254+219=695 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.94% from 695); Green value is 254 (99.61% from 255 or 36.55% from 695); Blue value is 219 (85.94% from 255 or 31.51% from 695); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFEDB is #210124. Grayscale: #F0F0F0. Windows color (decimal): -2162981 or 14417630. OLE color: 14417630.

HSL color Cylindrical-coordinate representation of color #DEFEDB: hue angle of 114.86º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DEFEDB is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB222254219-
CMYK0.1300.140.00
HSL114.86º94.59%92.75%-
HSV(B)114.86º13.78%99.61%-
XYZ78.3591.5380.55-
YUV240.44115.9114.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 31.94%
GREEN value IS 254 (99.61% from 255) = 36.55%
BLUE value IS 219 (85.94% from 255) = 31.51%
R=31.94%
G=36.55%
B=31.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2222542190.1300.140.00114.8694.5992.75
HexDEFEDBD0E0735f5d
Octal336376333150160163137135
Binary1101111011111110110110111101011100111001110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFEDB; }

 p { color: rgb(222,254,219); }

 H1.HeaderClassName
 {
   color: #DEFEDB;
 }
 .AnyTagClassName
 {
   color: #DEFEDB;
 }
</style>
background-color css

<style>
 a { background-color: #DEFEDB; }

 a { background-color: rgb(222,254,219); }

 div.DivClassName
 {
   background-color: #DEFEDB;
 }
 .BgClassName
 {
   background-color: #DEFEDB;
 }
</style>
border-color css

<style>
 span { border-color: #DEFEDB; }

 span { border-color: rgb(222,254,219); }

 td.TdClassName
 {
   border-color: #DEFEDB;
 }
 .TagClassName
 {
   border-color: #DEFEDB;
 }
</style>