Shades of Fog #CDC4EA
Tints of Fog #CDC4EA
RGB
CMYK
RGB Variations
Color information
#CDC4EA (or 0xCDC4EA) is known color: Fog. HEX triplet: CD, C4 and EA. RGB value is (205,196,234). Sum of RGB (Red+Green+Blue) = 205+196+234=635 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.28% from 635); Green value is 196 (76.95% from 255 or 30.87% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 234 - color contains mainly: blue. Hex color #CDC4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC4EA is #323B15. Grayscale: #CACACA. Windows color (decimal): -3291926 or 15385805. OLE color: 15385805.
HSL color Cylindrical-coordinate representation of color #CDC4EA: hue angle of 254.21º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDC4EA is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 196 | 234 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.08 |
| HSL | 254.21º | 0.48% | 0.84% | - |
| HSV(B) | 254.21º | 0.16% | 0.92% | - |
| XYZ | 59.77 | 58.4 | 85.96 | - |
| YUV | 203.02 | 145.48 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 196 | 234 | 0.12 | 0.16 | 0 | 0.08 | 254.21 | 0.48 | 0.84 |
| Hex | CD | C4 | EA | C | 10 | 0 | 8 | FE | 30 | 54 |
| Octal | 315 | 304 | 352 | 14 | 20 | 0 | 10 | 376 | 60 | 124 |
| Binary | 11001101 | 11000100 | 11101010 | 1100 | 10000 | 0 | 1000 | 11111110 | 110000 | 1010100 |
Color Harmonies of #CDC4EA
Complementary color
Monochromatic Colors of #CDC4EA
Black with #CDC4EA
Text Example
Text Example
White with #CDC4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC4EA; }
p { color: rgb(205,196,234); }
H1.HeaderClassName
{
color: #CDC4EA;
}
.AnyTagClassName
{
color: #CDC4EA;
}
</style>
background-color css
<style>
a { background-color: #CDC4EA; }
a { background-color: rgb(205,196,234); }
div.DivClassName
{
background-color: #CDC4EA;
}
.BgClassName
{
background-color: #CDC4EA;
}
</style>
border-color css
<style>
span { border-color: #CDC4EA; }
span { border-color: rgb(205,196,234); }
td.TdClassName
{
border-color: #CDC4EA;
}
.TagClassName
{
border-color: #CDC4EA;
}
</style>