#DEEBCD

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

Shades of Frostee #DEEBCD

Tints of Frostee #DEEBCD

Color information

#DEEBCD (or 0xDEEBCD) is unknown color: approx Frostee. HEX triplet: DE, EB and CD. RGB value is (222,235,205). Sum of RGB (Red+Green+Blue) = 222+235+205=662 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.53% from 662); Green value is 235 (92.19% from 255 or 35.50% from 662); Blue value is 205 (80.47% from 255 or 30.97% from 662); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEBCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEBCD is #211432. Grayscale: #E3E3E3. Windows color (decimal): -2167859 or 13495262. OLE color: 13495262.

HSL color Cylindrical-coordinate representation of color #DEEBCD: hue angle of 86º degrees, saturation: 0.43, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEEBCD is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB222235205-
CMYK0.0600.130.08
HSL86º42.86%86.27%-
HSV(B)86º12.77%92.16%-
XYZ70.8579.3569.34-
YUV227.69115.19123.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.53%
GREEN value IS 235 (92.19% from 255) = 35.50%
BLUE value IS 205 (80.47% from 255) = 30.97%
R=33.53%
G=35.50%
B=30.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2222352050.0600.130.088642.8686.27
HexDEEBCD60D8562b56
Octal33635331560151012653126
Binary11011110111010111100110111001101100010101101010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEBCD; }

 p { color: rgb(222,235,205); }

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

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

 a { background-color: rgb(222,235,205); }

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

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

 span { border-color: rgb(222,235,205); }

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