Shades of Fog #D4D0E6
Tints of Fog #D4D0E6
RGB
CMYK
RGB Variations
Color information
#D4D0E6 (or 0xD4D0E6) is known color: Fog. HEX triplet: D4, D0 and E6. RGB value is (212,208,230). Sum of RGB (Red+Green+Blue) = 212+208+230=650 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.62% from 650); Green value is 208 (81.64% from 255 or 32% from 650); Blue value is 230 (90.23% from 255 or 35.38% from 650); Max value from RGB is 230 - color contains mainly: blue. Hex color #D4D0E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D0E6 is #2B2F19. Grayscale: #D3D3D3. Windows color (decimal): -2830106 or 15126740. OLE color: 15126740.
HSL color Cylindrical-coordinate representation of color #D4D0E6: hue angle of 250.91º degrees, saturation: 0.31, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D4D0E6 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 208 | 230 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.10 |
| HSL | 250.91º | 0.31% | 0.86% | - |
| HSV(B) | 250.91º | 0.1% | 0.9% | - |
| XYZ | 63.99 | 64.82 | 84 | - |
| YUV | 211.7 | 138.33 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 208 | 230 | 0.08 | 0.10 | 0 | 0.10 | 250.91 | 0.31 | 0.86 |
| Hex | D4 | D0 | E6 | 8 | A | 0 | A | FB | 1F | 56 |
| Octal | 324 | 320 | 346 | 10 | 12 | 0 | 12 | 373 | 37 | 126 |
| Binary | 11010100 | 11010000 | 11100110 | 1000 | 1010 | 0 | 1010 | 11111011 | 11111 | 1010110 |
Color Harmonies of #D4D0E6
Complementary color
Monochromatic Colors of #D4D0E6
Black with #D4D0E6
Text Example
Text Example
White with #D4D0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D0E6; }
p { color: rgb(212,208,230); }
H1.HeaderClassName
{
color: #D4D0E6;
}
.AnyTagClassName
{
color: #D4D0E6;
}
</style>
background-color css
<style>
a { background-color: #D4D0E6; }
a { background-color: rgb(212,208,230); }
div.DivClassName
{
background-color: #D4D0E6;
}
.BgClassName
{
background-color: #D4D0E6;
}
</style>
border-color css
<style>
span { border-color: #D4D0E6; }
span { border-color: rgb(212,208,230); }
td.TdClassName
{
border-color: #D4D0E6;
}
.TagClassName
{
border-color: #D4D0E6;
}
</style>