Shades of Fog #D0CDDA
Tints of Fog #D0CDDA
RGB
CMYK
RGB Variations
Color information
#D0CDDA (or 0xD0CDDA) is known color: Fog. HEX triplet: D0, CD and DA. RGB value is (208,205,218). Sum of RGB (Red+Green+Blue) = 208+205+218=631 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.96% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 218 (85.55% from 255 or 34.55% from 631); Max value from RGB is 218 - color contains mainly: blue. Hex color #D0CDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CDDA is #2F3225. Grayscale: #CFCFCF. Windows color (decimal): -3093030 or 14339536. OLE color: 14339536.
HSL color Cylindrical-coordinate representation of color #D0CDDA: hue angle of 253.85º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D0CDDA is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 208 | 205 | 218 | - |
CMYK | 0.05 | 0.06 | 0 | 0.15 |
HSL | 253.85º | 0.15% | 0.83% | - |
HSV(B) | 253.85º | 0.06% | 0.85% | - |
XYZ | 60.5 | 62.13 | 75.13 | - |
YUV | 207.38 | 133.99 | 128.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 205 | 218 | 0.05 | 0.06 | 0 | 0.15 | 253.85 | 0.15 | 0.83 |
Hex | D0 | CD | DA | 5 | 6 | 0 | F | FE | F | 53 |
Octal | 320 | 315 | 332 | 5 | 6 | 0 | 17 | 376 | 17 | 123 |
Binary | 11010000 | 11001101 | 11011010 | 101 | 110 | 0 | 1111 | 11111110 | 1111 | 1010011 |
Color Harmonies of #D0CDDA
Complementary color
Monochromatic Colors of #D0CDDA
Black with #D0CDDA
Text Example
Text Example
White with #D0CDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CDDA; }
p { color: rgb(208,205,218); }
H1.HeaderClassName
{
color: #D0CDDA;
}
.AnyTagClassName
{
color: #D0CDDA;
}
</style>
background-color css
<style>
a { background-color: #D0CDDA; }
a { background-color: rgb(208,205,218); }
div.DivClassName
{
background-color: #D0CDDA;
}
.BgClassName
{
background-color: #D0CDDA;
}
</style>
border-color css
<style>
span { border-color: #D0CDDA; }
span { border-color: rgb(208,205,218); }
td.TdClassName
{
border-color: #D0CDDA;
}
.TagClassName
{
border-color: #D0CDDA;
}
</style>