Shades of Fog #CDC4EF
Tints of Fog #CDC4EF
RGB
CMYK
RGB Variations
Color information
#CDC4EF (or 0xCDC4EF) is known color: Fog. HEX triplet: CD, C4 and EF. RGB value is (205,196,239). Sum of RGB (Red+Green+Blue) = 205+196+239=640 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.03% from 640); Green value is 196 (76.95% from 255 or 30.62% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 239 - color contains mainly: blue. Hex color #CDC4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC4EF is #323B10. Grayscale: #CBCBCB. Windows color (decimal): -3291921 or 15713485. OLE color: 15713485.
HSL color Cylindrical-coordinate representation of color #CDC4EF: hue angle of 252.56º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDC4EF is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 196 | 239 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.06 |
| HSL | 252.56º | 0.57% | 0.85% | - |
| HSV(B) | 252.56º | 0.18% | 0.94% | - |
| XYZ | 60.5 | 58.69 | 89.8 | - |
| YUV | 203.59 | 147.98 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 196 | 239 | 0.14 | 0.18 | 0 | 0.06 | 252.56 | 0.57 | 0.85 |
| Hex | CD | C4 | EF | E | 12 | 0 | 6 | FD | 39 | 55 |
| Octal | 315 | 304 | 357 | 16 | 22 | 0 | 6 | 375 | 71 | 125 |
| Binary | 11001101 | 11000100 | 11101111 | 1110 | 10010 | 0 | 110 | 11111101 | 111001 | 1010101 |
Color Harmonies of #CDC4EF
Complementary color
Monochromatic Colors of #CDC4EF
Black with #CDC4EF
Text Example
Text Example
White with #CDC4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC4EF; }
p { color: rgb(205,196,239); }
H1.HeaderClassName
{
color: #CDC4EF;
}
.AnyTagClassName
{
color: #CDC4EF;
}
</style>
background-color css
<style>
a { background-color: #CDC4EF; }
a { background-color: rgb(205,196,239); }
div.DivClassName
{
background-color: #CDC4EF;
}
.BgClassName
{
background-color: #CDC4EF;
}
</style>
border-color css
<style>
span { border-color: #CDC4EF; }
span { border-color: rgb(205,196,239); }
td.TdClassName
{
border-color: #CDC4EF;
}
.TagClassName
{
border-color: #CDC4EF;
}
</style>