Shades of Fog #DBCAF4
Tints of Fog #DBCAF4
RGB
CMYK
RGB Variations
Color information
#DBCAF4 (or 0xDBCAF4) is known color: Fog. HEX triplet: DB, CA and F4. RGB value is (219,202,244). Sum of RGB (Red+Green+Blue) = 219+202+244=665 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.93% from 665); Green value is 202 (79.30% from 255 or 30.38% from 665); Blue value is 244 (95.70% from 255 or 36.69% from 665); Max value from RGB is 244 - color contains mainly: blue. Hex color #DBCAF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCAF4 is #24350B. Grayscale: #D3D3D3. Windows color (decimal): -2372876 or 16042715. OLE color: 16042715.
HSL color Cylindrical-coordinate representation of color #DBCAF4: hue angle of 264.29º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBCAF4 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 202 | 244 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.04 |
| HSL | 264.29º | 0.66% | 0.87% | - |
| HSV(B) | 264.29º | 0.17% | 0.96% | - |
| XYZ | 66.66 | 63.83 | 94.4 | - |
| YUV | 211.87 | 146.13 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 244 | 0.10 | 0.17 | 0 | 0.04 | 264.29 | 0.66 | 0.87 |
| Hex | DB | CA | F4 | A | 11 | 0 | 4 | 108 | 42 | 57 |
| Octal | 333 | 312 | 364 | 12 | 21 | 0 | 4 | 410 | 102 | 127 |
| Binary | 11011011 | 11001010 | 11110100 | 1010 | 10001 | 0 | 100 | 100001000 | 1000010 | 1010111 |
Color Harmonies of #DBCAF4
Complementary color
Monochromatic Colors of #DBCAF4
Black with #DBCAF4
Text Example
Text Example
White with #DBCAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCAF4; }
p { color: rgb(219,202,244); }
H1.HeaderClassName
{
color: #DBCAF4;
}
.AnyTagClassName
{
color: #DBCAF4;
}
</style>
background-color css
<style>
a { background-color: #DBCAF4; }
a { background-color: rgb(219,202,244); }
div.DivClassName
{
background-color: #DBCAF4;
}
.BgClassName
{
background-color: #DBCAF4;
}
</style>
border-color css
<style>
span { border-color: #DBCAF4; }
span { border-color: rgb(219,202,244); }
td.TdClassName
{
border-color: #DBCAF4;
}
.TagClassName
{
border-color: #DBCAF4;
}
</style>