Shades of Fog #D6CDED
Tints of Fog #D6CDED
RGB
CMYK
RGB Variations
Color information
#D6CDED (or 0xD6CDED) is known color: Fog. HEX triplet: D6, CD and ED. RGB value is (214,205,237). Sum of RGB (Red+Green+Blue) = 214+205+237=656 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.62% from 656); Green value is 205 (80.47% from 255 or 31.25% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 237 - color contains mainly: blue. Hex color #D6CDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CDED is #293212. Grayscale: #D3D3D3. Windows color (decimal): -2699795 or 15584726. OLE color: 15584726.
HSL color Cylindrical-coordinate representation of color #D6CDED: hue angle of 256.88º 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 #D6CDED is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 214 | 205 | 237 | - |
CMYK | 0.10 | 0.14 | 0 | 0.07 |
HSL | 256.88º | 0.47% | 0.87% | - |
HSV(B) | 256.88º | 0.14% | 0.93% | - |
XYZ | 64.85 | 64.07 | 89.07 | - |
YUV | 211.34 | 142.48 | 129.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 205 | 237 | 0.10 | 0.14 | 0 | 0.07 | 256.88 | 0.47 | 0.87 |
Hex | D6 | CD | ED | A | E | 0 | 7 | 101 | 2F | 57 |
Octal | 326 | 315 | 355 | 12 | 16 | 0 | 7 | 401 | 57 | 127 |
Binary | 11010110 | 11001101 | 11101101 | 1010 | 1110 | 0 | 111 | 100000001 | 101111 | 1010111 |
Color Harmonies of #D6CDED
Complementary color
Monochromatic Colors of #D6CDED
Black with #D6CDED
Text Example
Text Example
White with #D6CDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CDED; }
p { color: rgb(214,205,237); }
H1.HeaderClassName
{
color: #D6CDED;
}
.AnyTagClassName
{
color: #D6CDED;
}
</style>
background-color css
<style>
a { background-color: #D6CDED; }
a { background-color: rgb(214,205,237); }
div.DivClassName
{
background-color: #D6CDED;
}
.BgClassName
{
background-color: #D6CDED;
}
</style>
border-color css
<style>
span { border-color: #D6CDED; }
span { border-color: rgb(214,205,237); }
td.TdClassName
{
border-color: #D6CDED;
}
.TagClassName
{
border-color: #D6CDED;
}
</style>