#DEEDCE

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

Shades of Frostee #DEEDCE

Tints of Frostee #DEEDCE

Color information

#DEEDCE (or 0xDEEDCE) is unknown color: approx Frostee. HEX triplet: DE, ED and CE. RGB value is (222,237,206). Sum of RGB (Red+Green+Blue) = 222+237+206=665 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.38% from 665); Green value is 237 (92.97% from 255 or 35.64% from 665); Blue value is 206 (80.86% from 255 or 30.98% from 665); Max value from RGB is 237 - color contains mainly: green. Hex color #DEEDCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEDCE is #211231. Grayscale: #E5E5E5. Windows color (decimal): -2167346 or 13561310. OLE color: 13561310.

HSL color Cylindrical-coordinate representation of color #DEEDCE: hue angle of 89.03º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEEDCE is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB222237206-
CMYK0.0600.130.07
HSL89.03º46.27%86.86%-
HSV(B)89.03º13.08%92.94%-
XYZ71.5580.5570.17-
YUV228.98115.03123.02-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.38%
GREEN value IS 237 (92.97% from 255) = 35.64%
BLUE value IS 206 (80.86% from 255) = 30.98%
R=33.38%
G=35.64%
B=30.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222372060.0600.130.0789.0346.2786.86
HexDEEDCE60D7592e57
Octal3363553166015713156127
Binary1101111011101101110011101100110111110110011011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEDCE; }

 p { color: rgb(222,237,206); }

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

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

 a { background-color: rgb(222,237,206); }

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

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

 span { border-color: rgb(222,237,206); }

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