Shades of Fog #D4CDF0
Tints of Fog #D4CDF0
RGB
CMYK
RGB Variations
Color information
#D4CDF0 (or 0xD4CDF0) is known color: Fog. HEX triplet: D4, CD and F0. RGB value is (212,205,240). Sum of RGB (Red+Green+Blue) = 212+205+240=657 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.27% from 657); Green value is 205 (80.47% from 255 or 31.20% from 657); Blue value is 240 (94.14% from 255 or 36.53% from 657); Max value from RGB is 240 - color contains mainly: blue. Hex color #D4CDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CDF0 is #2B320F. Grayscale: #D2D2D2. Windows color (decimal): -2830864 or 15781332. OLE color: 15781332.
HSL color Cylindrical-coordinate representation of color #D4CDF0: hue angle of 252º 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 #D4CDF0 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 212 | 205 | 240 | - |
CMYK | 0.12 | 0.15 | 0 | 0.06 |
HSL | 252º | 0.54% | 0.87% | - |
HSV(B) | 252º | 0.15% | 0.94% | - |
XYZ | 64.71 | 63.95 | 91.37 | - |
YUV | 211.08 | 144.32 | 128.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 205 | 240 | 0.12 | 0.15 | 0 | 0.06 | 252 | 0.54 | 0.87 |
Hex | D4 | CD | F0 | C | F | 0 | 6 | FC | 36 | 57 |
Octal | 324 | 315 | 360 | 14 | 17 | 0 | 6 | 374 | 66 | 127 |
Binary | 11010100 | 11001101 | 11110000 | 1100 | 1111 | 0 | 110 | 11111100 | 110110 | 1010111 |
Color Harmonies of #D4CDF0
Complementary color
Monochromatic Colors of #D4CDF0
Black with #D4CDF0
Text Example
Text Example
White with #D4CDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CDF0; }
p { color: rgb(212,205,240); }
H1.HeaderClassName
{
color: #D4CDF0;
}
.AnyTagClassName
{
color: #D4CDF0;
}
</style>
background-color css
<style>
a { background-color: #D4CDF0; }
a { background-color: rgb(212,205,240); }
div.DivClassName
{
background-color: #D4CDF0;
}
.BgClassName
{
background-color: #D4CDF0;
}
</style>
border-color css
<style>
span { border-color: #D4CDF0; }
span { border-color: rgb(212,205,240); }
td.TdClassName
{
border-color: #D4CDF0;
}
.TagClassName
{
border-color: #D4CDF0;
}
</style>