#DBEFCC

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

Shades of Frostee #DBEFCC

Tints of Frostee #DBEFCC

Color information

#DBEFCC (or 0xDBEFCC) is unknown color: approx Frostee. HEX triplet: DB, EF and CC. RGB value is (219,239,204). Sum of RGB (Red+Green+Blue) = 219+239+204=662 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.08% from 662); Green value is 239 (93.75% from 255 or 36.10% from 662); Blue value is 204 (80.08% from 255 or 30.82% from 662); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEFCC is #241033. Grayscale: #E5E5E5. Windows color (decimal): -2363444 or 13430747. OLE color: 13430747.

HSL color Cylindrical-coordinate representation of color #DBEFCC: hue angle of 94.29º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBEFCC is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB219239204-
CMYK0.0800.150.06
HSL94.29º52.24%86.86%-
HSV(B)94.29º14.64%93.73%-
XYZ70.9881.1569.05-
YUV229.03113.87120.85-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.08%
GREEN value IS 239 (93.75% from 255) = 36.10%
BLUE value IS 204 (80.08% from 255) = 30.82%
R=33.08%
G=36.10%
B=30.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2192392040.0800.150.0694.2952.2486.86
HexDBEFCC80F65e3457
Octal33335731410017613664127
Binary11011011111011111100110010000111111010111101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEFCC; }

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

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

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

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

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

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

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

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