#DBEECC

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

Shades of Frostee #DBEECC

Tints of Frostee #DBEECC

Color information

#DBEECC (or 0xDBEECC) is unknown color: approx Frostee. HEX triplet: DB, EE and CC. RGB value is (219,238,204). Sum of RGB (Red+Green+Blue) = 219+238+204=661 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.13% from 661); Green value is 238 (93.36% from 255 or 36.01% from 661); Blue value is 204 (80.08% from 255 or 30.86% from 661); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEECC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEECC is #241133. Grayscale: #E4E4E4. Windows color (decimal): -2363700 or 13430491. OLE color: 13430491.

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

Color convert

RGB219238204-
CMYK0.0800.140.07
HSL93.53º50%86.67%-
HSV(B)93.53º14.29%93.33%-
XYZ70.6980.5768.95-
YUV228.44114.21121.26-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.13%
GREEN value IS 238 (93.36% from 255) = 36.01%
BLUE value IS 204 (80.08% from 255) = 30.86%
R=33.13%
G=36.01%
B=30.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192382040.0800.140.0793.535086.67
HexDBEECC80E75e3257
Octal33335631410016713662127
Binary11011011111011101100110010000111011110111101100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEECC; }

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

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

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

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

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

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

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

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