Shades of Fog #CDC5E7
Tints of Fog #CDC5E7
RGB
CMYK
RGB Variations
Color information
#CDC5E7 (or 0xCDC5E7) is known color: Fog. HEX triplet: CD, C5 and E7. RGB value is (205,197,231). Sum of RGB (Red+Green+Blue) = 205+197+231=633 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.39% from 633); Green value is 197 (77.34% from 255 or 31.12% from 633); Blue value is 231 (90.62% from 255 or 36.49% from 633); Max value from RGB is 231 - color contains mainly: blue. Hex color #CDC5E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC5E7 is #323A18. Grayscale: #CBCBCB. Windows color (decimal): -3291673 or 15189453. OLE color: 15189453.
HSL color Cylindrical-coordinate representation of color #CDC5E7: hue angle of 254.12º degrees, saturation: 0.41, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDC5E7 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 205 | 197 | 231 | - |
CMYK | 0.11 | 0.15 | 0 | 0.09 |
HSL | 254.12º | 0.41% | 0.84% | - |
HSV(B) | 254.12º | 0.15% | 0.91% | - |
XYZ | 59.57 | 58.68 | 83.79 | - |
YUV | 203.27 | 143.65 | 129.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 197 | 231 | 0.11 | 0.15 | 0 | 0.09 | 254.12 | 0.41 | 0.84 |
Hex | CD | C5 | E7 | B | F | 0 | 9 | FE | 29 | 54 |
Octal | 315 | 305 | 347 | 13 | 17 | 0 | 11 | 376 | 51 | 124 |
Binary | 11001101 | 11000101 | 11100111 | 1011 | 1111 | 0 | 1001 | 11111110 | 101001 | 1010100 |
Color Harmonies of #CDC5E7
Complementary color
Monochromatic Colors of #CDC5E7
Black with #CDC5E7
Text Example
Text Example
White with #CDC5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC5E7; }
p { color: rgb(205,197,231); }
H1.HeaderClassName
{
color: #CDC5E7;
}
.AnyTagClassName
{
color: #CDC5E7;
}
</style>
background-color css
<style>
a { background-color: #CDC5E7; }
a { background-color: rgb(205,197,231); }
div.DivClassName
{
background-color: #CDC5E7;
}
.BgClassName
{
background-color: #CDC5E7;
}
</style>
border-color css
<style>
span { border-color: #CDC5E7; }
span { border-color: rgb(205,197,231); }
td.TdClassName
{
border-color: #CDC5E7;
}
.TagClassName
{
border-color: #CDC5E7;
}
</style>