#DEF0DC

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

Shades of Tara #DEF0DC

Tints of Tara #DEF0DC

Color information

#DEF0DC (or 0xDEF0DC) is unknown color: approx Tara. HEX triplet: DE, F0 and DC. RGB value is (222,240,220). Sum of RGB (Red+Green+Blue) = 222+240+220=682 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.55% from 682); Green value is 240 (94.14% from 255 or 35.19% from 682); Blue value is 220 (86.33% from 255 or 32.26% from 682); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF0DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF0DC is #210F23. Grayscale: #E8E8E8. Windows color (decimal): -2166564 or 14479582. OLE color: 14479582.

HSL color Cylindrical-coordinate representation of color #DEF0DC: hue angle of 114º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DEF0DC is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB222240220-
CMYK0.0800.080.06
HSL114º40%90.2%-
HSV(B)114º8.33%94.12%-
XYZ74.283.0279.82-
YUV232.34121.04120.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.55%
GREEN value IS 240 (94.14% from 255) = 35.19%
BLUE value IS 220 (86.33% from 255) = 32.26%
R=32.55%
G=35.19%
B=32.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2222402200.0800.080.061144090.2
HexDEF0DC808672285a
Octal33636033410010616250132
Binary11011110111100001101110010000100011011100101010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF0DC; }

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

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

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

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

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

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

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

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