Shades of Fog #CDC1EE
Tints of Fog #CDC1EE
RGB
CMYK
RGB Variations
Color information
#CDC1EE (or 0xCDC1EE) is known color: Fog. HEX triplet: CD, C1 and EE. RGB value is (205,193,238). Sum of RGB (Red+Green+Blue) = 205+193+238=636 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.23% from 636); Green value is 193 (75.78% from 255 or 30.35% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDC1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC1EE is #323E11. Grayscale: #C9C9C9. Windows color (decimal): -3292690 or 15647181. OLE color: 15647181.
HSL color Cylindrical-coordinate representation of color #CDC1EE: hue angle of 256º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDC1EE is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 193 | 238 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.07 |
| HSL | 256º | 0.57% | 0.85% | - |
| HSV(B) | 256º | 0.19% | 0.93% | - |
| XYZ | 59.68 | 57.29 | 88.8 | - |
| YUV | 201.72 | 148.48 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 193 | 238 | 0.14 | 0.19 | 0 | 0.07 | 256 | 0.57 | 0.85 |
| Hex | CD | C1 | EE | E | 13 | 0 | 7 | 100 | 39 | 55 |
| Octal | 315 | 301 | 356 | 16 | 23 | 0 | 7 | 400 | 71 | 125 |
| Binary | 11001101 | 11000001 | 11101110 | 1110 | 10011 | 0 | 111 | 100000000 | 111001 | 1010101 |
Color Harmonies of #CDC1EE
Complementary color
Monochromatic Colors of #CDC1EE
Black with #CDC1EE
Text Example
Text Example
White with #CDC1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC1EE; }
p { color: rgb(205,193,238); }
H1.HeaderClassName
{
color: #CDC1EE;
}
.AnyTagClassName
{
color: #CDC1EE;
}
</style>
background-color css
<style>
a { background-color: #CDC1EE; }
a { background-color: rgb(205,193,238); }
div.DivClassName
{
background-color: #CDC1EE;
}
.BgClassName
{
background-color: #CDC1EE;
}
</style>
border-color css
<style>
span { border-color: #CDC1EE; }
span { border-color: rgb(205,193,238); }
td.TdClassName
{
border-color: #CDC1EE;
}
.TagClassName
{
border-color: #CDC1EE;
}
</style>