#DEF5DB

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

Shades of Tara #DEF5DB

Tints of Tara #DEF5DB

Color information

#DEF5DB (or 0xDEF5DB) is unknown color: approx Tara. HEX triplet: DE, F5 and DB. RGB value is (222,245,219). Sum of RGB (Red+Green+Blue) = 222+245+219=686 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.36% from 686); Green value is 245 (96.09% from 255 or 35.71% from 686); Blue value is 219 (85.94% from 255 or 31.92% from 686); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF5DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF5DB is #210A24. Grayscale: #EBEBEB. Windows color (decimal): -2165285 or 14415326. OLE color: 14415326.

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

Color convert

RGB222245219-
CMYK0.0900.110.04
HSL113.08º56.52%90.98%-
HSV(B)113.08º10.61%96.08%-
XYZ75.5685.9579.63-
YUV235.16118.88118.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.36%
GREEN value IS 245 (96.09% from 255) = 35.71%
BLUE value IS 219 (85.94% from 255) = 31.92%
R=32.36%
G=35.71%
B=31.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2222452190.0900.110.04113.0856.5290.98
HexDEF5DB90B471395b
Octal33636533311013416171133
Binary11011110111101011101101110010101110011100011110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF5DB; }

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

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

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

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

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

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

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

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