Shades of Frostee #DBECCF
Tints of Frostee #DBECCF
RGB
CMYK
RGB Variations
Color information
#DBECCF (or 0xDBECCF) is known color: Frostee. HEX triplet: DB, EC and CF. RGB value is (219,236,207). Sum of RGB (Red+Green+Blue) = 219+236+207=662 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.08% from 662); Green value is 236 (92.58% from 255 or 35.65% from 662); Blue value is 207 (81.25% from 255 or 31.27% from 662); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBECCF is #241330. Grayscale: #E3E3E3. Windows color (decimal): -2364209 or 13626587. OLE color: 13626587.
HSL color Cylindrical-coordinate representation of color #DBECCF: hue angle of 95.17º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBECCF is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 236 | 207 | - |
CMYK | 0.07 | 0 | 0.12 | 0.07 |
HSL | 95.17º | 0.43% | 0.87% | - |
HSV(B) | 95.17º | 0.12% | 0.93% | - |
XYZ | 70.47 | 79.56 | 70.67 | - |
YUV | 227.61 | 116.37 | 121.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 236 | 207 | 0.07 | 0 | 0.12 | 0.07 | 95.17 | 0.43 | 0.87 |
Hex | DB | EC | CF | 7 | 0 | C | 7 | 5F | 2B | 57 |
Octal | 333 | 354 | 317 | 7 | 0 | 14 | 7 | 137 | 53 | 127 |
Binary | 11011011 | 11101100 | 11001111 | 111 | 0 | 1100 | 111 | 1011111 | 101011 | 1010111 |
Color Harmonies of #DBECCF
Complementary color
Monochromatic Colors of #DBECCF
Black with #DBECCF
Text Example
Text Example
White with #DBECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBECCF; }
p { color: rgb(219,236,207); }
H1.HeaderClassName
{
color: #DBECCF;
}
.AnyTagClassName
{
color: #DBECCF;
}
</style>
background-color css
<style>
a { background-color: #DBECCF; }
a { background-color: rgb(219,236,207); }
div.DivClassName
{
background-color: #DBECCF;
}
.BgClassName
{
background-color: #DBECCF;
}
</style>
border-color css
<style>
span { border-color: #DBECCF; }
span { border-color: rgb(219,236,207); }
td.TdClassName
{
border-color: #DBECCF;
}
.TagClassName
{
border-color: #DBECCF;
}
</style>