Shades of Fog #CDC4E5
Tints of Fog #CDC4E5
RGB
CMYK
RGB Variations
Color information
#CDC4E5 (or 0xCDC4E5) is known color: Fog. HEX triplet: CD, C4 and E5. RGB value is (205,196,229). Sum of RGB (Red+Green+Blue) = 205+196+229=630 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.54% from 630); Green value is 196 (76.95% from 255 or 31.11% from 630); Blue value is 229 (89.84% from 255 or 36.35% from 630); Max value from RGB is 229 - color contains mainly: blue. Hex color #CDC4E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC4E5 is #323B1A. Grayscale: #CACACA. Windows color (decimal): -3291931 or 15058125. OLE color: 15058125.
HSL color Cylindrical-coordinate representation of color #CDC4E5: hue angle of 256.36º degrees, saturation: 0.39, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDC4E5 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 205 | 196 | 229 | - |
CMYK | 0.10 | 0.14 | 0 | 0.10 |
HSL | 256.36º | 0.39% | 0.83% | - |
HSV(B) | 256.36º | 0.14% | 0.9% | - |
XYZ | 59.06 | 58.12 | 82.23 | - |
YUV | 202.45 | 142.98 | 129.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 196 | 229 | 0.10 | 0.14 | 0 | 0.10 | 256.36 | 0.39 | 0.83 |
Hex | CD | C4 | E5 | A | E | 0 | A | 100 | 27 | 53 |
Octal | 315 | 304 | 345 | 12 | 16 | 0 | 12 | 400 | 47 | 123 |
Binary | 11001101 | 11000100 | 11100101 | 1010 | 1110 | 0 | 1010 | 100000000 | 100111 | 1010011 |
Color Harmonies of #CDC4E5
Complementary color
Monochromatic Colors of #CDC4E5
Black with #CDC4E5
Text Example
Text Example
White with #CDC4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC4E5; }
p { color: rgb(205,196,229); }
H1.HeaderClassName
{
color: #CDC4E5;
}
.AnyTagClassName
{
color: #CDC4E5;
}
</style>
background-color css
<style>
a { background-color: #CDC4E5; }
a { background-color: rgb(205,196,229); }
div.DivClassName
{
background-color: #CDC4E5;
}
.BgClassName
{
background-color: #CDC4E5;
}
</style>
border-color css
<style>
span { border-color: #CDC4E5; }
span { border-color: rgb(205,196,229); }
td.TdClassName
{
border-color: #CDC4E5;
}
.TagClassName
{
border-color: #CDC4E5;
}
</style>