Shades of Fog #CDC3E1
Tints of Fog #CDC3E1
RGB
CMYK
RGB Variations
Color information
#CDC3E1 (or 0xCDC3E1) is known color: Fog. HEX triplet: CD, C3 and E1. RGB value is (205,195,225). Sum of RGB (Red+Green+Blue) = 205+195+225=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 195 (76.56% from 255 or 31.2% from 625); Blue value is 225 (88.28% from 255 or 36% from 625); Max value from RGB is 225 - color contains mainly: blue. Hex color #CDC3E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC3E1 is #323C1E. Grayscale: #C9C9C9. Windows color (decimal): -3292191 or 14795725. OLE color: 14795725.
HSL color Cylindrical-coordinate representation of color #CDC3E1: hue angle of 260º degrees, saturation: 0.33, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDC3E1 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 195 | 225 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.12 |
| HSL | 260º | 0.33% | 0.82% | - |
| HSV(B) | 260º | 0.13% | 0.88% | - |
| XYZ | 58.28 | 57.45 | 79.25 | - |
| YUV | 201.41 | 141.31 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 195 | 225 | 0.09 | 0.13 | 0 | 0.12 | 260 | 0.33 | 0.82 |
| Hex | CD | C3 | E1 | 9 | D | 0 | C | 104 | 21 | 52 |
| Octal | 315 | 303 | 341 | 11 | 15 | 0 | 14 | 404 | 41 | 122 |
| Binary | 11001101 | 11000011 | 11100001 | 1001 | 1101 | 0 | 1100 | 100000100 | 100001 | 1010010 |
Color Harmonies of #CDC3E1
Complementary color
Monochromatic Colors of #CDC3E1
Black with #CDC3E1
Text Example
Text Example
White with #CDC3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC3E1; }
p { color: rgb(205,195,225); }
H1.HeaderClassName
{
color: #CDC3E1;
}
.AnyTagClassName
{
color: #CDC3E1;
}
</style>
background-color css
<style>
a { background-color: #CDC3E1; }
a { background-color: rgb(205,195,225); }
div.DivClassName
{
background-color: #CDC3E1;
}
.BgClassName
{
background-color: #CDC3E1;
}
</style>
border-color css
<style>
span { border-color: #CDC3E1; }
span { border-color: rgb(205,195,225); }
td.TdClassName
{
border-color: #CDC3E1;
}
.TagClassName
{
border-color: #CDC3E1;
}
</style>