Shades of Fog #D4C8EA
Tints of Fog #D4C8EA
RGB
CMYK
RGB Variations
Color information
#D4C8EA (or 0xD4C8EA) is known color: Fog. HEX triplet: D4, C8 and EA. RGB value is (212,200,234). Sum of RGB (Red+Green+Blue) = 212+200+234=646 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.82% from 646); Green value is 200 (78.52% from 255 or 30.96% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 234 - color contains mainly: blue. Hex color #D4C8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C8EA is #2B3715. Grayscale: #CFCFCF. Windows color (decimal): -2832150 or 15386836. OLE color: 15386836.
HSL color Cylindrical-coordinate representation of color #D4C8EA: hue angle of 261.18º degrees, saturation: 0.45, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D4C8EA is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 200 | 234 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.08 |
| HSL | 261.18º | 0.45% | 0.85% | - |
| HSV(B) | 261.18º | 0.15% | 0.92% | - |
| XYZ | 62.66 | 61.25 | 86.36 | - |
| YUV | 207.46 | 142.98 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 200 | 234 | 0.09 | 0.15 | 0 | 0.08 | 261.18 | 0.45 | 0.85 |
| Hex | D4 | C8 | EA | 9 | F | 0 | 8 | 105 | 2D | 55 |
| Octal | 324 | 310 | 352 | 11 | 17 | 0 | 10 | 405 | 55 | 125 |
| Binary | 11010100 | 11001000 | 11101010 | 1001 | 1111 | 0 | 1000 | 100000101 | 101101 | 1010101 |
Color Harmonies of #D4C8EA
Complementary color
Monochromatic Colors of #D4C8EA
Black with #D4C8EA
Text Example
Text Example
White with #D4C8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C8EA; }
p { color: rgb(212,200,234); }
H1.HeaderClassName
{
color: #D4C8EA;
}
.AnyTagClassName
{
color: #D4C8EA;
}
</style>
background-color css
<style>
a { background-color: #D4C8EA; }
a { background-color: rgb(212,200,234); }
div.DivClassName
{
background-color: #D4C8EA;
}
.BgClassName
{
background-color: #D4C8EA;
}
</style>
border-color css
<style>
span { border-color: #D4C8EA; }
span { border-color: rgb(212,200,234); }
td.TdClassName
{
border-color: #D4C8EA;
}
.TagClassName
{
border-color: #D4C8EA;
}
</style>