Shades of Fog #D0CDDB
Tints of Fog #D0CDDB
RGB
CMYK
RGB Variations
Color information
#D0CDDB (or 0xD0CDDB) is known color: Fog. HEX triplet: D0, CD and DB. RGB value is (208,205,219). Sum of RGB (Red+Green+Blue) = 208+205+219=632 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.91% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 219 - color contains mainly: blue. Hex color #D0CDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CDDB is #2F3224. Grayscale: #CFCFCF. Windows color (decimal): -3093029 or 14405072. OLE color: 14405072.
HSL color Cylindrical-coordinate representation of color #D0CDDB: hue angle of 252.86º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D0CDDB is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 208 | 205 | 219 | - |
CMYK | 0.05 | 0.06 | 0 | 0.14 |
HSL | 252.86º | 0.16% | 0.83% | - |
HSV(B) | 252.86º | 0.06% | 0.86% | - |
XYZ | 60.63 | 62.19 | 75.83 | - |
YUV | 207.49 | 134.49 | 128.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 205 | 219 | 0.05 | 0.06 | 0 | 0.14 | 252.86 | 0.16 | 0.83 |
Hex | D0 | CD | DB | 5 | 6 | 0 | E | FD | 10 | 53 |
Octal | 320 | 315 | 333 | 5 | 6 | 0 | 16 | 375 | 20 | 123 |
Binary | 11010000 | 11001101 | 11011011 | 101 | 110 | 0 | 1110 | 11111101 | 10000 | 1010011 |
Color Harmonies of #D0CDDB
Complementary color
Monochromatic Colors of #D0CDDB
Black with #D0CDDB
Text Example
Text Example
White with #D0CDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CDDB; }
p { color: rgb(208,205,219); }
H1.HeaderClassName
{
color: #D0CDDB;
}
.AnyTagClassName
{
color: #D0CDDB;
}
</style>
background-color css
<style>
a { background-color: #D0CDDB; }
a { background-color: rgb(208,205,219); }
div.DivClassName
{
background-color: #D0CDDB;
}
.BgClassName
{
background-color: #D0CDDB;
}
</style>
border-color css
<style>
span { border-color: #D0CDDB; }
span { border-color: rgb(208,205,219); }
td.TdClassName
{
border-color: #D0CDDB;
}
.TagClassName
{
border-color: #D0CDDB;
}
</style>