Shades of Frostee #DBEDCB
Tints of Frostee #DBEDCB
RGB
CMYK
RGB Variations
Color information
#DBEDCB (or 0xDBEDCB) is known color: Frostee. HEX triplet: DB, ED and CB. RGB value is (219,237,203). Sum of RGB (Red+Green+Blue) = 219+237+203=659 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.23% from 659); Green value is 237 (92.97% from 255 or 35.96% from 659); Blue value is 203 (79.69% from 255 or 30.80% from 659); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEDCB is #241234. Grayscale: #E3E3E3. Windows color (decimal): -2363957 or 13364699. OLE color: 13364699.
HSL color Cylindrical-coordinate representation of color #DBEDCB: hue angle of 91.76º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBEDCB is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 237 | 203 | - |
CMYK | 0.08 | 0 | 0.14 | 0.07 |
HSL | 91.76º | 0.49% | 0.86% | - |
HSV(B) | 91.76º | 0.14% | 0.93% | - |
XYZ | 70.28 | 79.94 | 68.23 | - |
YUV | 227.74 | 114.04 | 121.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 237 | 203 | 0.08 | 0 | 0.14 | 0.07 | 91.76 | 0.49 | 0.86 |
Hex | DB | ED | CB | 8 | 0 | E | 7 | 5C | 31 | 56 |
Octal | 333 | 355 | 313 | 10 | 0 | 16 | 7 | 134 | 61 | 126 |
Binary | 11011011 | 11101101 | 11001011 | 1000 | 0 | 1110 | 111 | 1011100 | 110001 | 1010110 |
Color Harmonies of #DBEDCB
Complementary color
Monochromatic Colors of #DBEDCB
Black with #DBEDCB
Text Example
Text Example
White with #DBEDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEDCB; }
p { color: rgb(219,237,203); }
H1.HeaderClassName
{
color: #DBEDCB;
}
.AnyTagClassName
{
color: #DBEDCB;
}
</style>
background-color css
<style>
a { background-color: #DBEDCB; }
a { background-color: rgb(219,237,203); }
div.DivClassName
{
background-color: #DBEDCB;
}
.BgClassName
{
background-color: #DBEDCB;
}
</style>
border-color css
<style>
span { border-color: #DBEDCB; }
span { border-color: rgb(219,237,203); }
td.TdClassName
{
border-color: #DBEDCB;
}
.TagClassName
{
border-color: #DBEDCB;
}
</style>