Shades of Fog #D6CDF0
Tints of Fog #D6CDF0
RGB
CMYK
RGB Variations
Color information
#D6CDF0 (or 0xD6CDF0) is known color: Fog. HEX triplet: D6, CD and F0. RGB value is (214,205,240). Sum of RGB (Red+Green+Blue) = 214+205+240=659 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.47% from 659); Green value is 205 (80.47% from 255 or 31.11% from 659); Blue value is 240 (94.14% from 255 or 36.42% from 659); Max value from RGB is 240 - color contains mainly: blue. Hex color #D6CDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CDF0 is #29320F. Grayscale: #D3D3D3. Windows color (decimal): -2699792 or 15781334. OLE color: 15781334.
HSL color Cylindrical-coordinate representation of color #D6CDF0: hue angle of 255.43º degrees, saturation: 0.54, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6CDF0 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 214 | 205 | 240 | - |
CMYK | 0.11 | 0.15 | 0 | 0.06 |
HSL | 255.43º | 0.54% | 0.87% | - |
HSV(B) | 255.43º | 0.15% | 0.94% | - |
XYZ | 65.29 | 64.25 | 91.4 | - |
YUV | 211.68 | 143.98 | 129.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 205 | 240 | 0.11 | 0.15 | 0 | 0.06 | 255.43 | 0.54 | 0.87 |
Hex | D6 | CD | F0 | B | F | 0 | 6 | FF | 36 | 57 |
Octal | 326 | 315 | 360 | 13 | 17 | 0 | 6 | 377 | 66 | 127 |
Binary | 11010110 | 11001101 | 11110000 | 1011 | 1111 | 0 | 110 | 11111111 | 110110 | 1010111 |
Color Harmonies of #D6CDF0
Complementary color
Monochromatic Colors of #D6CDF0
Black with #D6CDF0
Text Example
Text Example
White with #D6CDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CDF0; }
p { color: rgb(214,205,240); }
H1.HeaderClassName
{
color: #D6CDF0;
}
.AnyTagClassName
{
color: #D6CDF0;
}
</style>
background-color css
<style>
a { background-color: #D6CDF0; }
a { background-color: rgb(214,205,240); }
div.DivClassName
{
background-color: #D6CDF0;
}
.BgClassName
{
background-color: #D6CDF0;
}
</style>
border-color css
<style>
span { border-color: #D6CDF0; }
span { border-color: rgb(214,205,240); }
td.TdClassName
{
border-color: #D6CDF0;
}
.TagClassName
{
border-color: #D6CDF0;
}
</style>