Shades of Fog #DBCDED
Tints of Fog #DBCDED
RGB
CMYK
RGB Variations
Color information
#DBCDED (or 0xDBCDED) is known color: Fog. HEX triplet: DB, CD and ED. RGB value is (219,205,237). Sum of RGB (Red+Green+Blue) = 219+205+237=661 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.13% from 661); Green value is 205 (80.47% from 255 or 31.01% from 661); Blue value is 237 (92.97% from 255 or 35.85% from 661); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBCDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCDED is #243212. Grayscale: #D4D4D4. Windows color (decimal): -2372115 or 15584731. OLE color: 15584731.
HSL color Cylindrical-coordinate representation of color #DBCDED: hue angle of 266.25º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBCDED is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 205 | 237 | - |
CMYK | 0.08 | 0.14 | 0 | 0.07 |
HSL | 266.25º | 0.47% | 0.87% | - |
HSV(B) | 266.25º | 0.14% | 0.93% | - |
XYZ | 66.33 | 64.84 | 89.14 | - |
YUV | 212.83 | 141.64 | 132.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 205 | 237 | 0.08 | 0.14 | 0 | 0.07 | 266.25 | 0.47 | 0.87 |
Hex | DB | CD | ED | 8 | E | 0 | 7 | 10A | 2F | 57 |
Octal | 333 | 315 | 355 | 10 | 16 | 0 | 7 | 412 | 57 | 127 |
Binary | 11011011 | 11001101 | 11101101 | 1000 | 1110 | 0 | 111 | 100001010 | 101111 | 1010111 |
Color Harmonies of #DBCDED
Complementary color
Monochromatic Colors of #DBCDED
Black with #DBCDED
Text Example
Text Example
White with #DBCDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCDED; }
p { color: rgb(219,205,237); }
H1.HeaderClassName
{
color: #DBCDED;
}
.AnyTagClassName
{
color: #DBCDED;
}
</style>
background-color css
<style>
a { background-color: #DBCDED; }
a { background-color: rgb(219,205,237); }
div.DivClassName
{
background-color: #DBCDED;
}
.BgClassName
{
background-color: #DBCDED;
}
</style>
border-color css
<style>
span { border-color: #DBCDED; }
span { border-color: rgb(219,205,237); }
td.TdClassName
{
border-color: #DBCDED;
}
.TagClassName
{
border-color: #DBCDED;
}
</style>