Shades of Fog #CDC5EF
Tints of Fog #CDC5EF
RGB
CMYK
RGB Variations
Color information
#CDC5EF (or 0xCDC5EF) is known color: Fog. HEX triplet: CD, C5 and EF. RGB value is (205,197,239). Sum of RGB (Red+Green+Blue) = 205+197+239=641 (84% of max value = 765). Red value is 205 (80.47% from 255 or 31.98% from 641); Green value is 197 (77.34% from 255 or 30.73% from 641); Blue value is 239 (93.75% from 255 or 37.29% from 641); Max value from RGB is 239 - color contains mainly: blue. Hex color #CDC5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC5EF is #323A10. Grayscale: #CCCCCC. Windows color (decimal): -3291665 or 15713741. OLE color: 15713741.
HSL color Cylindrical-coordinate representation of color #CDC5EF: hue angle of 251.43º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDC5EF is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 197 | 239 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.06 |
| HSL | 251.43º | 0.57% | 0.85% | - |
| HSV(B) | 251.43º | 0.18% | 0.94% | - |
| XYZ | 60.72 | 59.14 | 89.88 | - |
| YUV | 204.18 | 147.65 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 197 | 239 | 0.14 | 0.18 | 0 | 0.06 | 251.43 | 0.57 | 0.85 |
| Hex | CD | C5 | EF | E | 12 | 0 | 6 | FB | 39 | 55 |
| Octal | 315 | 305 | 357 | 16 | 22 | 0 | 6 | 373 | 71 | 125 |
| Binary | 11001101 | 11000101 | 11101111 | 1110 | 10010 | 0 | 110 | 11111011 | 111001 | 1010101 |
Color Harmonies of #CDC5EF
Complementary color
Monochromatic Colors of #CDC5EF
Black with #CDC5EF
Text Example
Text Example
White with #CDC5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC5EF; }
p { color: rgb(205,197,239); }
H1.HeaderClassName
{
color: #CDC5EF;
}
.AnyTagClassName
{
color: #CDC5EF;
}
</style>
background-color css
<style>
a { background-color: #CDC5EF; }
a { background-color: rgb(205,197,239); }
div.DivClassName
{
background-color: #CDC5EF;
}
.BgClassName
{
background-color: #CDC5EF;
}
</style>
border-color css
<style>
span { border-color: #CDC5EF; }
span { border-color: rgb(205,197,239); }
td.TdClassName
{
border-color: #CDC5EF;
}
.TagClassName
{
border-color: #CDC5EF;
}
</style>