#DEEFDC

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

Shades of Tara #DEEFDC

Tints of Tara #DEEFDC

Color information

#DEEFDC (or 0xDEEFDC) is unknown color: approx Tara. HEX triplet: DE, EF and DC. RGB value is (222,239,220). Sum of RGB (Red+Green+Blue) = 222+239+220=681 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.60% from 681); Green value is 239 (93.75% from 255 or 35.10% from 681); Blue value is 220 (86.33% from 255 or 32.31% from 681); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEFDC is #211023. Grayscale: #E7E7E7. Windows color (decimal): -2166820 or 14479326. OLE color: 14479326.

HSL color Cylindrical-coordinate representation of color #DEEFDC: hue angle of 113.68º degrees, saturation: 0.37, 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 #DEEFDC is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB222239220-
CMYK0.0700.080.06
HSL113.68º37.25%90%-
HSV(B)113.68º7.95%93.73%-
XYZ73.9182.4379.73-
YUV231.75121.37121.04-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.60%
GREEN value IS 239 (93.75% from 255) = 35.10%
BLUE value IS 220 (86.33% from 255) = 32.31%
R=32.60%
G=35.10%
B=32.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2222392200.0700.080.06113.6837.2590
HexDEEFDC708672255a
Octal3363573347010616245132
Binary1101111011101111110111001110100011011100101001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEFDC; }

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

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

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

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

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

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

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

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