Shades of Fog #CDC2EC
Tints of Fog #CDC2EC
RGB
CMYK
RGB Variations
Color information
#CDC2EC (or 0xCDC2EC) is known color: Fog. HEX triplet: CD, C2 and EC. RGB value is (205,194,236). Sum of RGB (Red+Green+Blue) = 205+194+236=635 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.28% from 635); Green value is 194 (76.17% from 255 or 30.55% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDC2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC2EC is #323D13. Grayscale: #C9C9C9. Windows color (decimal): -3292436 or 15516365. OLE color: 15516365.
HSL color Cylindrical-coordinate representation of color #CDC2EC: hue angle of 255.71º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDC2EC is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 194 | 236 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.07 |
| HSL | 255.71º | 0.53% | 0.84% | - |
| HSV(B) | 255.71º | 0.18% | 0.93% | - |
| XYZ | 59.61 | 57.62 | 87.34 | - |
| YUV | 202.08 | 147.14 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 194 | 236 | 0.13 | 0.18 | 0 | 0.07 | 255.71 | 0.53 | 0.84 |
| Hex | CD | C2 | EC | D | 12 | 0 | 7 | 100 | 34 | 54 |
| Octal | 315 | 302 | 354 | 15 | 22 | 0 | 7 | 400 | 64 | 124 |
| Binary | 11001101 | 11000010 | 11101100 | 1101 | 10010 | 0 | 111 | 100000000 | 110100 | 1010100 |
Color Harmonies of #CDC2EC
Complementary color
Monochromatic Colors of #CDC2EC
Black with #CDC2EC
Text Example
Text Example
White with #CDC2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC2EC; }
p { color: rgb(205,194,236); }
H1.HeaderClassName
{
color: #CDC2EC;
}
.AnyTagClassName
{
color: #CDC2EC;
}
</style>
background-color css
<style>
a { background-color: #CDC2EC; }
a { background-color: rgb(205,194,236); }
div.DivClassName
{
background-color: #CDC2EC;
}
.BgClassName
{
background-color: #CDC2EC;
}
</style>
border-color css
<style>
span { border-color: #CDC2EC; }
span { border-color: rgb(205,194,236); }
td.TdClassName
{
border-color: #CDC2EC;
}
.TagClassName
{
border-color: #CDC2EC;
}
</style>