Shades of Fog #DBCFEC
Tints of Fog #DBCFEC
RGB
CMYK
RGB Variations
Color information
#DBCFEC (or 0xDBCFEC) is known color: Fog. HEX triplet: DB, CF and EC. RGB value is (219,207,236). Sum of RGB (Red+Green+Blue) = 219+207+236=662 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.08% from 662); Green value is 207 (81.25% from 255 or 31.27% from 662); Blue value is 236 (92.58% from 255 or 35.65% from 662); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBCFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCFEC is #243013. Grayscale: #D5D5D5. Windows color (decimal): -2371604 or 15519707. OLE color: 15519707.
HSL color Cylindrical-coordinate representation of color #DBCFEC: hue angle of 264.83º 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 #DBCFEC is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 207 | 236 | - |
CMYK | 0.07 | 0.12 | 0 | 0.07 |
HSL | 264.83º | 0.43% | 0.87% | - |
HSV(B) | 264.83º | 0.12% | 0.93% | - |
XYZ | 66.67 | 65.74 | 88.53 | - |
YUV | 213.89 | 140.48 | 131.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 207 | 236 | 0.07 | 0.12 | 0 | 0.07 | 264.83 | 0.43 | 0.87 |
Hex | DB | CF | EC | 7 | C | 0 | 7 | 109 | 2B | 57 |
Octal | 333 | 317 | 354 | 7 | 14 | 0 | 7 | 411 | 53 | 127 |
Binary | 11011011 | 11001111 | 11101100 | 111 | 1100 | 0 | 111 | 100001001 | 101011 | 1010111 |
Color Harmonies of #DBCFEC
Complementary color
Monochromatic Colors of #DBCFEC
Black with #DBCFEC
Text Example
Text Example
White with #DBCFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCFEC; }
p { color: rgb(219,207,236); }
H1.HeaderClassName
{
color: #DBCFEC;
}
.AnyTagClassName
{
color: #DBCFEC;
}
</style>
background-color css
<style>
a { background-color: #DBCFEC; }
a { background-color: rgb(219,207,236); }
div.DivClassName
{
background-color: #DBCFEC;
}
.BgClassName
{
background-color: #DBCFEC;
}
</style>
border-color css
<style>
span { border-color: #DBCFEC; }
span { border-color: rgb(219,207,236); }
td.TdClassName
{
border-color: #DBCFEC;
}
.TagClassName
{
border-color: #DBCFEC;
}
</style>