Shades of Fog #DBCAED
Tints of Fog #DBCAED
RGB
CMYK
RGB Variations
Color information
#DBCAED (or 0xDBCAED) is known color: Fog. HEX triplet: DB, CA and ED. RGB value is (219,202,237). Sum of RGB (Red+Green+Blue) = 219+202+237=658 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.28% from 658); Green value is 202 (79.30% from 255 or 30.70% from 658); Blue value is 237 (92.97% from 255 or 36.02% from 658); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBCAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCAED is #243512. Grayscale: #D2D2D2. Windows color (decimal): -2372883 or 15583963. OLE color: 15583963.
HSL color Cylindrical-coordinate representation of color #DBCAED: hue angle of 269.14º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBCAED is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 202 | 237 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.07 |
| HSL | 269.14º | 0.49% | 0.86% | - |
| HSV(B) | 269.14º | 0.15% | 0.93% | - |
| XYZ | 65.62 | 63.42 | 88.9 | - |
| YUV | 211.07 | 142.63 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 237 | 0.08 | 0.15 | 0 | 0.07 | 269.14 | 0.49 | 0.86 |
| Hex | DB | CA | ED | 8 | F | 0 | 7 | 10D | 31 | 56 |
| Octal | 333 | 312 | 355 | 10 | 17 | 0 | 7 | 415 | 61 | 126 |
| Binary | 11011011 | 11001010 | 11101101 | 1000 | 1111 | 0 | 111 | 100001101 | 110001 | 1010110 |
Color Harmonies of #DBCAED
Complementary color
Monochromatic Colors of #DBCAED
Black with #DBCAED
Text Example
Text Example
White with #DBCAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCAED; }
p { color: rgb(219,202,237); }
H1.HeaderClassName
{
color: #DBCAED;
}
.AnyTagClassName
{
color: #DBCAED;
}
</style>
background-color css
<style>
a { background-color: #DBCAED; }
a { background-color: rgb(219,202,237); }
div.DivClassName
{
background-color: #DBCAED;
}
.BgClassName
{
background-color: #DBCAED;
}
</style>
border-color css
<style>
span { border-color: #DBCAED; }
span { border-color: rgb(219,202,237); }
td.TdClassName
{
border-color: #DBCAED;
}
.TagClassName
{
border-color: #DBCAED;
}
</style>