Shades of Fog #CDC4ED
Tints of Fog #CDC4ED
RGB
CMYK
RGB Variations
Color information
#CDC4ED (or 0xCDC4ED) is known color: Fog. HEX triplet: CD, C4 and ED. RGB value is (205,196,237). Sum of RGB (Red+Green+Blue) = 205+196+237=638 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.13% from 638); Green value is 196 (76.95% from 255 or 30.72% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDC4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC4ED is #323B12. Grayscale: #CBCBCB. Windows color (decimal): -3291923 or 15582413. OLE color: 15582413.
HSL color Cylindrical-coordinate representation of color #CDC4ED: hue angle of 253.17º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDC4ED is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 205 | 196 | 237 | - |
CMYK | 0.14 | 0.17 | 0 | 0.07 |
HSL | 253.17º | 0.53% | 0.85% | - |
HSV(B) | 253.17º | 0.17% | 0.93% | - |
XYZ | 60.2 | 58.57 | 88.25 | - |
YUV | 203.37 | 146.98 | 129.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 196 | 237 | 0.14 | 0.17 | 0 | 0.07 | 253.17 | 0.53 | 0.85 |
Hex | CD | C4 | ED | E | 11 | 0 | 7 | FD | 35 | 55 |
Octal | 315 | 304 | 355 | 16 | 21 | 0 | 7 | 375 | 65 | 125 |
Binary | 11001101 | 11000100 | 11101101 | 1110 | 10001 | 0 | 111 | 11111101 | 110101 | 1010101 |
Color Harmonies of #CDC4ED
Complementary color
Monochromatic Colors of #CDC4ED
Black with #CDC4ED
Text Example
Text Example
White with #CDC4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC4ED; }
p { color: rgb(205,196,237); }
H1.HeaderClassName
{
color: #CDC4ED;
}
.AnyTagClassName
{
color: #CDC4ED;
}
</style>
background-color css
<style>
a { background-color: #CDC4ED; }
a { background-color: rgb(205,196,237); }
div.DivClassName
{
background-color: #CDC4ED;
}
.BgClassName
{
background-color: #CDC4ED;
}
</style>
border-color css
<style>
span { border-color: #CDC4ED; }
span { border-color: rgb(205,196,237); }
td.TdClassName
{
border-color: #CDC4ED;
}
.TagClassName
{
border-color: #CDC4ED;
}
</style>