Shades of Fog #CDC1E5
Tints of Fog #CDC1E5
RGB
CMYK
RGB Variations
Color information
#CDC1E5 (or 0xCDC1E5) is known color: Fog. HEX triplet: CD, C1 and E5. RGB value is (205,193,229). Sum of RGB (Red+Green+Blue) = 205+193+229=627 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.70% from 627); Green value is 193 (75.78% from 255 or 30.78% from 627); Blue value is 229 (89.84% from 255 or 36.52% from 627); Max value from RGB is 229 - color contains mainly: blue. Hex color #CDC1E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC1E5 is #323E1A. Grayscale: #C8C8C8. Windows color (decimal): -3292699 or 15057357. OLE color: 15057357.
HSL color Cylindrical-coordinate representation of color #CDC1E5: hue angle of 260º degrees, saturation: 0.41, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDC1E5 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 193 | 229 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.10 |
| HSL | 260º | 0.41% | 0.83% | - |
| HSV(B) | 260º | 0.16% | 0.9% | - |
| XYZ | 58.39 | 56.78 | 82.01 | - |
| YUV | 200.69 | 143.98 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 193 | 229 | 0.10 | 0.16 | 0 | 0.10 | 260 | 0.41 | 0.83 |
| Hex | CD | C1 | E5 | A | 10 | 0 | A | 104 | 29 | 53 |
| Octal | 315 | 301 | 345 | 12 | 20 | 0 | 12 | 404 | 51 | 123 |
| Binary | 11001101 | 11000001 | 11100101 | 1010 | 10000 | 0 | 1010 | 100000100 | 101001 | 1010011 |
Color Harmonies of #CDC1E5
Complementary color
Monochromatic Colors of #CDC1E5
Black with #CDC1E5
Text Example
Text Example
White with #CDC1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC1E5; }
p { color: rgb(205,193,229); }
H1.HeaderClassName
{
color: #CDC1E5;
}
.AnyTagClassName
{
color: #CDC1E5;
}
</style>
background-color css
<style>
a { background-color: #CDC1E5; }
a { background-color: rgb(205,193,229); }
div.DivClassName
{
background-color: #CDC1E5;
}
.BgClassName
{
background-color: #CDC1E5;
}
</style>
border-color css
<style>
span { border-color: #CDC1E5; }
span { border-color: rgb(205,193,229); }
td.TdClassName
{
border-color: #CDC1E5;
}
.TagClassName
{
border-color: #CDC1E5;
}
</style>