#DEF4DB

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

Shades of Tara #DEF4DB

Tints of Tara #DEF4DB

Color information

#DEF4DB (or 0xDEF4DB) is unknown color: approx Tara. HEX triplet: DE, F4 and DB. RGB value is (222,244,219). Sum of RGB (Red+Green+Blue) = 222+244+219=685 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.41% from 685); Green value is 244 (95.70% from 255 or 35.62% from 685); Blue value is 219 (85.94% from 255 or 31.97% from 685); Max value from RGB is 244 - color contains mainly: green. Hex color #DEF4DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF4DB is #210B24. Grayscale: #EAEAEA. Windows color (decimal): -2165541 or 14415070. OLE color: 14415070.

HSL color Cylindrical-coordinate representation of color #DEF4DB: hue angle of 112.8º degrees, saturation: 0.53, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEF4DB is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB222244219-
CMYK0.0900.100.04
HSL112.8º53.19%90.78%-
HSV(B)112.8º10.25%95.69%-
XYZ75.2685.3579.52-
YUV234.57119.21119.03-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.41%
GREEN value IS 244 (95.70% from 255) = 35.62%
BLUE value IS 219 (85.94% from 255) = 31.97%
R=32.41%
G=35.62%
B=31.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2222442190.0900.100.04112.853.1990.78
HexDEF4DB90A471355b
Octal33636433311012416165133
Binary11011110111101001101101110010101010011100011101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF4DB; }

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

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

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

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

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

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

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

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