Shades of Fog #CDC2EB
Tints of Fog #CDC2EB
RGB
CMYK
RGB Variations
Color information
#CDC2EB (or 0xCDC2EB) is known color: Fog. HEX triplet: CD, C2 and EB. RGB value is (205,194,235). Sum of RGB (Red+Green+Blue) = 205+194+235=634 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.33% from 634); Green value is 194 (76.17% from 255 or 30.60% from 634); Blue value is 235 (92.19% from 255 or 37.07% from 634); Max value from RGB is 235 - color contains mainly: blue. Hex color #CDC2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC2EB is #323D14. Grayscale: #C9C9C9. Windows color (decimal): -3292437 or 15450829. OLE color: 15450829.
HSL color Cylindrical-coordinate representation of color #CDC2EB: hue angle of 256.1º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDC2EB is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 194 | 235 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.08 |
| HSL | 256.1º | 0.51% | 0.84% | - |
| HSV(B) | 256.1º | 0.17% | 0.92% | - |
| XYZ | 59.46 | 57.56 | 86.57 | - |
| YUV | 201.96 | 146.64 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 194 | 235 | 0.13 | 0.17 | 0 | 0.08 | 256.1 | 0.51 | 0.84 |
| Hex | CD | C2 | EB | D | 11 | 0 | 8 | 100 | 33 | 54 |
| Octal | 315 | 302 | 353 | 15 | 21 | 0 | 10 | 400 | 63 | 124 |
| Binary | 11001101 | 11000010 | 11101011 | 1101 | 10001 | 0 | 1000 | 100000000 | 110011 | 1010100 |
Color Harmonies of #CDC2EB
Complementary color
Monochromatic Colors of #CDC2EB
Black with #CDC2EB
Text Example
Text Example
White with #CDC2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC2EB; }
p { color: rgb(205,194,235); }
H1.HeaderClassName
{
color: #CDC2EB;
}
.AnyTagClassName
{
color: #CDC2EB;
}
</style>
background-color css
<style>
a { background-color: #CDC2EB; }
a { background-color: rgb(205,194,235); }
div.DivClassName
{
background-color: #CDC2EB;
}
.BgClassName
{
background-color: #CDC2EB;
}
</style>
border-color css
<style>
span { border-color: #CDC2EB; }
span { border-color: rgb(205,194,235); }
td.TdClassName
{
border-color: #CDC2EB;
}
.TagClassName
{
border-color: #CDC2EB;
}
</style>