Shades of Fog #DBCAFF
Tints of Fog #DBCAFF
RGB
CMYK
RGB Variations
Color information
#DBCAFF (or 0xDBCAFF) is known color: Fog. HEX triplet: DB, CA and FF. RGB value is (219,202,255). Sum of RGB (Red+Green+Blue) = 219+202+255=676 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.40% from 676); Green value is 202 (79.30% from 255 or 29.88% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBCAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCAFF is #243500. Grayscale: #D4D4D4. Windows color (decimal): -2372865 or 16763611. OLE color: 16763611.
HSL color Cylindrical-coordinate representation of color #DBCAFF: hue angle of 259.25º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBCAFF is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 202 | 255 | - |
| CMYK | 0.14 | 0.21 | 0 | 0 |
| HSL | 259.25º | 1% | 0.9% | - |
| HSV(B) | 259.25º | 0.21% | 1% | - |
| XYZ | 68.38 | 64.52 | 103.46 | - |
| YUV | 213.13 | 151.63 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 255 | 0.14 | 0.21 | 0 | 0 | 259.25 | 1 | 0.9 |
| Hex | DB | CA | FF | E | 15 | 0 | 0 | 103 | 64 | 5A |
| Octal | 333 | 312 | 377 | 16 | 25 | 0 | 0 | 403 | 144 | 132 |
| Binary | 11011011 | 11001010 | 11111111 | 1110 | 10101 | 0 | 0 | 100000011 | 1100100 | 1011010 |
Color Harmonies of #DBCAFF
Complementary color
Monochromatic Colors of #DBCAFF
Black with #DBCAFF
Text Example
Text Example
White with #DBCAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCAFF; }
p { color: rgb(219,202,255); }
H1.HeaderClassName
{
color: #DBCAFF;
}
.AnyTagClassName
{
color: #DBCAFF;
}
</style>
background-color css
<style>
a { background-color: #DBCAFF; }
a { background-color: rgb(219,202,255); }
div.DivClassName
{
background-color: #DBCAFF;
}
.BgClassName
{
background-color: #DBCAFF;
}
</style>
border-color css
<style>
span { border-color: #DBCAFF; }
span { border-color: rgb(219,202,255); }
td.TdClassName
{
border-color: #DBCAFF;
}
.TagClassName
{
border-color: #DBCAFF;
}
</style>