#DEF2DC

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

Shades of Tara #DEF2DC

Tints of Tara #DEF2DC

Color information

#DEF2DC (or 0xDEF2DC) is unknown color: approx Tara. HEX triplet: DE, F2 and DC. RGB value is (222,242,220). Sum of RGB (Red+Green+Blue) = 222+242+220=684 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.46% from 684); Green value is 242 (94.92% from 255 or 35.38% from 684); Blue value is 220 (86.33% from 255 or 32.16% from 684); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF2DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF2DC is #210D23. Grayscale: #E9E9E9. Windows color (decimal): -2166052 or 14480094. OLE color: 14480094.

HSL color Cylindrical-coordinate representation of color #DEF2DC: hue angle of 114.55º degrees, saturation: 0.46, 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 #DEF2DC is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB222242220-
CMYK0.0800.090.05
HSL114.55º45.83%90.59%-
HSV(B)114.55º9.09%94.9%-
XYZ74.7984.280.02-
YUV233.51120.37119.79-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.46%
GREEN value IS 242 (94.92% from 255) = 35.38%
BLUE value IS 220 (86.33% from 255) = 32.16%
R=32.46%
G=35.38%
B=32.16%

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
Decimal2222422200.0800.090.05114.5545.8390.59
HexDEF2DC8095732e5b
Octal33636233410011516356133
Binary11011110111100101101110010000100110111100111011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF2DC; }

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

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

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

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

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

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

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

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