Shades of Fog #D4CDEE
Tints of Fog #D4CDEE
RGB
CMYK
RGB Variations
Color information
#D4CDEE (or 0xD4CDEE) is known color: Fog. HEX triplet: D4, CD and EE. RGB value is (212,205,238). Sum of RGB (Red+Green+Blue) = 212+205+238=655 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.37% from 655); Green value is 205 (80.47% from 255 or 31.30% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 238 - color contains mainly: blue. Hex color #D4CDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CDEE is #2B3211. Grayscale: #D2D2D2. Windows color (decimal): -2830866 or 15650260. OLE color: 15650260.
HSL color Cylindrical-coordinate representation of color #D4CDEE: hue angle of 252.73º degrees, saturation: 0.49, 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 #D4CDEE is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 212 | 205 | 238 | - |
CMYK | 0.11 | 0.14 | 0 | 0.07 |
HSL | 252.73º | 0.49% | 0.87% | - |
HSV(B) | 252.73º | 0.14% | 0.93% | - |
XYZ | 64.42 | 63.83 | 89.81 | - |
YUV | 210.86 | 143.32 | 128.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 205 | 238 | 0.11 | 0.14 | 0 | 0.07 | 252.73 | 0.49 | 0.87 |
Hex | D4 | CD | EE | B | E | 0 | 7 | FD | 31 | 57 |
Octal | 324 | 315 | 356 | 13 | 16 | 0 | 7 | 375 | 61 | 127 |
Binary | 11010100 | 11001101 | 11101110 | 1011 | 1110 | 0 | 111 | 11111101 | 110001 | 1010111 |
Color Harmonies of #D4CDEE
Complementary color
Monochromatic Colors of #D4CDEE
Black with #D4CDEE
Text Example
Text Example
White with #D4CDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CDEE; }
p { color: rgb(212,205,238); }
H1.HeaderClassName
{
color: #D4CDEE;
}
.AnyTagClassName
{
color: #D4CDEE;
}
</style>
background-color css
<style>
a { background-color: #D4CDEE; }
a { background-color: rgb(212,205,238); }
div.DivClassName
{
background-color: #D4CDEE;
}
.BgClassName
{
background-color: #D4CDEE;
}
</style>
border-color css
<style>
span { border-color: #D4CDEE; }
span { border-color: rgb(212,205,238); }
td.TdClassName
{
border-color: #D4CDEE;
}
.TagClassName
{
border-color: #D4CDEE;
}
</style>