#DBECCC

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

Shades of Frostee #DBECCC

Tints of Frostee #DBECCC

Color information

#DBECCC (or 0xDBECCC) is unknown color: approx Frostee. HEX triplet: DB, EC and CC. RGB value is (219,236,204). Sum of RGB (Red+Green+Blue) = 219+236+204=659 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.23% from 659); Green value is 236 (92.58% from 255 or 35.81% from 659); Blue value is 204 (80.08% from 255 or 30.96% from 659); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBECCC is #241333. Grayscale: #E3E3E3. Windows color (decimal): -2364212 or 13429979. OLE color: 13429979.

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

Color convert

RGB219236204-
CMYK0.0700.140.07
HSL91.88º45.71%86.27%-
HSV(B)91.88º13.56%92.55%-
XYZ70.1179.4168.76-
YUV227.27114.87122.1-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.23%
GREEN value IS 236 (92.58% from 255) = 35.81%
BLUE value IS 204 (80.08% from 255) = 30.96%
R=33.23%
G=35.81%
B=30.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192362040.0700.140.0791.8845.7186.27
HexDBECCC70E75c2e56
Octal3333543147016713456126
Binary1101101111101100110011001110111011110111001011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBECCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBECCC; }

 p { color: rgb(219,236,204); }

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

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

 a { background-color: rgb(219,236,204); }

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

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

 span { border-color: rgb(219,236,204); }

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