#DBE7CF

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

Shades of Frostee #DBE7CF

Tints of Frostee #DBE7CF

Color information

#DBE7CF (or 0xDBE7CF) is unknown color: approx Frostee. HEX triplet: DB, E7 and CF. RGB value is (219,231,207). Sum of RGB (Red+Green+Blue) = 219+231+207=657 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.33% from 657); Green value is 231 (90.62% from 255 or 35.16% from 657); Blue value is 207 (81.25% from 255 or 31.51% from 657); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE7CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE7CF is #241830. Grayscale: #E0E0E0. Windows color (decimal): -2365489 or 13625307. OLE color: 13625307.

HSL color Cylindrical-coordinate representation of color #DBE7CF: hue angle of 90º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBE7CF is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB219231207-
CMYK0.0500.100.09
HSL90º33.33%85.88%-
HSV(B)90º10.39%90.59%-
XYZ69.0576.7270.2-
YUV224.68118.02123.95-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.33%
GREEN value IS 231 (90.62% from 255) = 35.16%
BLUE value IS 207 (81.25% from 255) = 31.51%
R=33.33%
G=35.16%
B=31.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192312070.0500.100.099033.3385.88
HexDBE7CF50A95a2156
Octal33334731750121113241126
Binary11011011111001111100111110101010100110110101000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE7CF; }

 p { color: rgb(219,231,207); }

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

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

 a { background-color: rgb(219,231,207); }

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

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

 span { border-color: rgb(219,231,207); }

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