Shades of Fog #CDC5E6
Tints of Fog #CDC5E6
RGB
CMYK
RGB Variations
Color information
#CDC5E6 (or 0xCDC5E6) is known color: Fog. HEX triplet: CD, C5 and E6. RGB value is (205,197,230). Sum of RGB (Red+Green+Blue) = 205+197+230=632 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.44% from 632); Green value is 197 (77.34% from 255 or 31.17% from 632); Blue value is 230 (90.23% from 255 or 36.39% from 632); Max value from RGB is 230 - color contains mainly: blue. Hex color #CDC5E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC5E6 is #323A19. Grayscale: #CBCBCB. Windows color (decimal): -3291674 or 15123917. OLE color: 15123917.
HSL color Cylindrical-coordinate representation of color #CDC5E6: hue angle of 254.55º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDC5E6 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 205 | 197 | 230 | - |
CMYK | 0.11 | 0.14 | 0 | 0.10 |
HSL | 254.55º | 0.4% | 0.84% | - |
HSV(B) | 254.55º | 0.14% | 0.9% | - |
XYZ | 59.43 | 58.62 | 83.05 | - |
YUV | 203.15 | 143.15 | 129.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 197 | 230 | 0.11 | 0.14 | 0 | 0.10 | 254.55 | 0.4 | 0.84 |
Hex | CD | C5 | E6 | B | E | 0 | A | FF | 28 | 54 |
Octal | 315 | 305 | 346 | 13 | 16 | 0 | 12 | 377 | 50 | 124 |
Binary | 11001101 | 11000101 | 11100110 | 1011 | 1110 | 0 | 1010 | 11111111 | 101000 | 1010100 |
Color Harmonies of #CDC5E6
Complementary color
Monochromatic Colors of #CDC5E6
Black with #CDC5E6
Text Example
Text Example
White with #CDC5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC5E6; }
p { color: rgb(205,197,230); }
H1.HeaderClassName
{
color: #CDC5E6;
}
.AnyTagClassName
{
color: #CDC5E6;
}
</style>
background-color css
<style>
a { background-color: #CDC5E6; }
a { background-color: rgb(205,197,230); }
div.DivClassName
{
background-color: #CDC5E6;
}
.BgClassName
{
background-color: #CDC5E6;
}
</style>
border-color css
<style>
span { border-color: #CDC5E6; }
span { border-color: rgb(205,197,230); }
td.TdClassName
{
border-color: #CDC5E6;
}
.TagClassName
{
border-color: #CDC5E6;
}
</style>