#DBE4D2

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

Shades of Frostee #DBE4D2

Tints of Frostee #DBE4D2

Color information

#DBE4D2 (or 0xDBE4D2) is unknown color: approx Frostee. HEX triplet: DB, E4 and D2. RGB value is (219,228,210). Sum of RGB (Red+Green+Blue) = 219+228+210=657 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.33% from 657); Green value is 228 (89.45% from 255 or 34.70% from 657); Blue value is 210 (82.42% from 255 or 31.96% from 657); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE4D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE4D2 is #241B2D. Grayscale: #DFDFDF. Windows color (decimal): -2366254 or 13821147. OLE color: 13821147.

HSL color Cylindrical-coordinate representation of color #DBE4D2: hue angle of 90º degrees, saturation: 0.25, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBE4D2 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB219228210-
CMYK0.0400.080.11
HSL90º25%85.88%-
HSV(B)90º7.89%89.41%-
XYZ68.5975.271.87-
YUV223.26120.52124.96-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.33%
GREEN value IS 228 (89.45% from 255) = 34.70%
BLUE value IS 210 (82.42% from 255) = 31.96%
R=33.33%
G=34.70%
B=31.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2192282100.0400.080.11902585.88
HexDBE4D2408B5a1956
Octal33334432240101313231126
Binary1101101111100100110100101000100010111011010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE4D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE4D2; }

 p { color: rgb(219,228,210); }

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

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

 a { background-color: rgb(219,228,210); }

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

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

 span { border-color: rgb(219,228,210); }

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