#DEF5DA

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

Shades of Tara #DEF5DA

Tints of Tara #DEF5DA

Color information

#DEF5DA (or 0xDEF5DA) is unknown color: approx Tara. HEX triplet: DE, F5 and DA. RGB value is (222,245,218). Sum of RGB (Red+Green+Blue) = 222+245+218=685 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.41% from 685); Green value is 245 (96.09% from 255 or 35.77% from 685); Blue value is 218 (85.55% from 255 or 31.82% from 685); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF5DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF5DA is #210A25. Grayscale: #EBEBEB. Windows color (decimal): -2165286 or 14349790. OLE color: 14349790.

HSL color Cylindrical-coordinate representation of color #DEF5DA: hue angle of 111.11º 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 #DEF5DA is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB222245218-
CMYK0.0900.110.04
HSL111.11º57.45%90.78%-
HSV(B)111.11º11.02%96.08%-
XYZ75.4385.978.93-
YUV235.04118.38118.7-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.41%
GREEN value IS 245 (96.09% from 255) = 35.77%
BLUE value IS 218 (85.55% from 255) = 31.82%
R=32.41%
G=35.77%
B=31.82%

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
Decimal2222452180.0900.110.04111.1157.4590.78
HexDEF5DA90B46f395b
Octal33636533211013415771133
Binary11011110111101011101101010010101110011011111110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF5DA; }

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

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

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

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

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

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

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

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