Shades of Frostee #DBEBCB
Tints of Frostee #DBEBCB
RGB
CMYK
RGB Variations
Color information
#DBEBCB (or 0xDBEBCB) is known color: Frostee. HEX triplet: DB, EB and CB. RGB value is (219,235,203). Sum of RGB (Red+Green+Blue) = 219+235+203=657 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.33% from 657); Green value is 235 (92.19% from 255 or 35.77% from 657); Blue value is 203 (79.69% from 255 or 30.90% from 657); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEBCB is #241434. Grayscale: #E2E2E2. Windows color (decimal): -2364469 or 13364187. OLE color: 13364187.
HSL color Cylindrical-coordinate representation of color #DBEBCB: hue angle of 90º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBEBCB is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 203 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.08 |
| HSL | 90º | 0.44% | 0.86% | - |
| HSV(B) | 90º | 0.14% | 0.92% | - |
| XYZ | 69.7 | 78.79 | 68.03 | - |
| YUV | 226.57 | 114.7 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 203 | 0.07 | 0 | 0.14 | 0.08 | 90 | 0.44 | 0.86 |
| Hex | DB | EB | CB | 7 | 0 | E | 8 | 5A | 2C | 56 |
| Octal | 333 | 353 | 313 | 7 | 0 | 16 | 10 | 132 | 54 | 126 |
| Binary | 11011011 | 11101011 | 11001011 | 111 | 0 | 1110 | 1000 | 1011010 | 101100 | 1010110 |
Color Harmonies of #DBEBCB
Complementary color
Monochromatic Colors of #DBEBCB
Black with #DBEBCB
Text Example
Text Example
White with #DBEBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEBCB; }
p { color: rgb(219,235,203); }
H1.HeaderClassName
{
color: #DBEBCB;
}
.AnyTagClassName
{
color: #DBEBCB;
}
</style>
background-color css
<style>
a { background-color: #DBEBCB; }
a { background-color: rgb(219,235,203); }
div.DivClassName
{
background-color: #DBEBCB;
}
.BgClassName
{
background-color: #DBEBCB;
}
</style>
border-color css
<style>
span { border-color: #DBEBCB; }
span { border-color: rgb(219,235,203); }
td.TdClassName
{
border-color: #DBEBCB;
}
.TagClassName
{
border-color: #DBEBCB;
}
</style>