#DBE8CB

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

Shades of Frostee #DBE8CB

Tints of Frostee #DBE8CB

Color information

#DBE8CB (or 0xDBE8CB) is unknown color: approx Frostee. HEX triplet: DB, E8 and CB. RGB value is (219,232,203). Sum of RGB (Red+Green+Blue) = 219+232+203=654 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.49% from 654); Green value is 232 (91.02% from 255 or 35.47% from 654); Blue value is 203 (79.69% from 255 or 31.04% from 654); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE8CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE8CB is #241734. Grayscale: #E0E0E0. Windows color (decimal): -2365237 or 13363419. OLE color: 13363419.

HSL color Cylindrical-coordinate representation of color #DBE8CB: hue angle of 86.9º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBE8CB is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB219232203-
CMYK0.0600.120.09
HSL86.9º38.67%85.29%-
HSV(B)86.9º12.5%90.98%-
XYZ68.8577.0967.75-
YUV224.81115.69123.86-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.49%
GREEN value IS 232 (91.02% from 255) = 35.47%
BLUE value IS 203 (79.69% from 255) = 31.04%
R=33.49%
G=35.47%
B=31.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192322030.0600.120.0986.938.6785.29
HexDBE8CB60C9572755
Octal33335031360141112747125
Binary11011011111010001100101111001100100110101111001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE8CB; }

 p { color: rgb(219,232,203); }

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

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

 a { background-color: rgb(219,232,203); }

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

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

 span { border-color: rgb(219,232,203); }

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