#DEF2DD

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

Shades of Tara #DEF2DD

Tints of Tara #DEF2DD

Color information

#DEF2DD (or 0xDEF2DD) is unknown color: approx Tara. HEX triplet: DE, F2 and DD. RGB value is (222,242,221). Sum of RGB (Red+Green+Blue) = 222+242+221=685 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.41% from 685); Green value is 242 (94.92% from 255 or 35.33% from 685); Blue value is 221 (86.72% from 255 or 32.26% from 685); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF2DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF2DD is #210D22. Grayscale: #E9E9E9. Windows color (decimal): -2166051 or 14545630. OLE color: 14545630.

HSL color Cylindrical-coordinate representation of color #DEF2DD: hue angle of 117.14º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEF2DD is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB222242221-
CMYK0.0800.090.05
HSL117.14º44.68%90.78%-
HSV(B)117.14º8.68%94.9%-
XYZ74.9384.2580.72-
YUV233.63120.87119.71-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.41%
GREEN value IS 242 (94.92% from 255) = 35.33%
BLUE value IS 221 (86.72% from 255) = 32.26%
R=32.41%
G=35.33%
B=32.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222422210.0800.090.05117.1444.6890.78
HexDEF2DD8095752d5b
Octal33636233510011516555133
Binary11011110111100101101110110000100110111101011011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF2DD; }

 p { color: rgb(222,242,221); }

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

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

 a { background-color: rgb(222,242,221); }

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

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

 span { border-color: rgb(222,242,221); }

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