Shades of Fog #CDC1ED
Tints of Fog #CDC1ED
RGB
CMYK
RGB Variations
Color information
#CDC1ED (or 0xCDC1ED) is known color: Fog. HEX triplet: CD, C1 and ED. RGB value is (205,193,237). Sum of RGB (Red+Green+Blue) = 205+193+237=635 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.28% from 635); Green value is 193 (75.78% from 255 or 30.39% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDC1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC1ED is #323E12. Grayscale: #C9C9C9. Windows color (decimal): -3292691 or 15581645. OLE color: 15581645.
HSL color Cylindrical-coordinate representation of color #CDC1ED: hue angle of 256.36º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDC1ED is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 205 | 193 | 237 | - |
CMYK | 0.14 | 0.19 | 0 | 0.07 |
HSL | 256.36º | 0.55% | 0.84% | - |
HSV(B) | 256.36º | 0.19% | 0.93% | - |
XYZ | 59.53 | 57.23 | 88.03 | - |
YUV | 201.6 | 147.98 | 130.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 193 | 237 | 0.14 | 0.19 | 0 | 0.07 | 256.36 | 0.55 | 0.84 |
Hex | CD | C1 | ED | E | 13 | 0 | 7 | 100 | 37 | 54 |
Octal | 315 | 301 | 355 | 16 | 23 | 0 | 7 | 400 | 67 | 124 |
Binary | 11001101 | 11000001 | 11101101 | 1110 | 10011 | 0 | 111 | 100000000 | 110111 | 1010100 |
Color Harmonies of #CDC1ED
Complementary color
Monochromatic Colors of #CDC1ED
Black with #CDC1ED
Text Example
Text Example
White with #CDC1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC1ED; }
p { color: rgb(205,193,237); }
H1.HeaderClassName
{
color: #CDC1ED;
}
.AnyTagClassName
{
color: #CDC1ED;
}
</style>
background-color css
<style>
a { background-color: #CDC1ED; }
a { background-color: rgb(205,193,237); }
div.DivClassName
{
background-color: #CDC1ED;
}
.BgClassName
{
background-color: #CDC1ED;
}
</style>
border-color css
<style>
span { border-color: #CDC1ED; }
span { border-color: rgb(205,193,237); }
td.TdClassName
{
border-color: #CDC1ED;
}
.TagClassName
{
border-color: #CDC1ED;
}
</style>