Shades of Fog #CDC4DA
Tints of Fog #CDC4DA
RGB
CMYK
RGB Variations
Color information
#CDC4DA (or 0xCDC4DA) is known color: Fog. HEX triplet: CD, C4 and DA. RGB value is (205,196,218). Sum of RGB (Red+Green+Blue) = 205+196+218=619 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.12% from 619); Green value is 196 (76.95% from 255 or 31.66% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 218 - color contains mainly: blue. Hex color #CDC4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC4DA is #323B25. Grayscale: #C9C9C9. Windows color (decimal): -3291942 or 14337229. OLE color: 14337229.
HSL color Cylindrical-coordinate representation of color #CDC4DA: hue angle of 264.55º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDC4DA is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 196 | 218 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.15 |
| HSL | 264.55º | 0.23% | 0.81% | - |
| HSV(B) | 264.55º | 0.1% | 0.85% | - |
| XYZ | 57.57 | 57.52 | 74.4 | - |
| YUV | 201.2 | 137.48 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 196 | 218 | 0.06 | 0.10 | 0 | 0.15 | 264.55 | 0.23 | 0.81 |
| Hex | CD | C4 | DA | 6 | A | 0 | F | 109 | 17 | 51 |
| Octal | 315 | 304 | 332 | 6 | 12 | 0 | 17 | 411 | 27 | 121 |
| Binary | 11001101 | 11000100 | 11011010 | 110 | 1010 | 0 | 1111 | 100001001 | 10111 | 1010001 |
Color Harmonies of #CDC4DA
Complementary color
Monochromatic Colors of #CDC4DA
Black with #CDC4DA
Text Example
Text Example
White with #CDC4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC4DA; }
p { color: rgb(205,196,218); }
H1.HeaderClassName
{
color: #CDC4DA;
}
.AnyTagClassName
{
color: #CDC4DA;
}
</style>
background-color css
<style>
a { background-color: #CDC4DA; }
a { background-color: rgb(205,196,218); }
div.DivClassName
{
background-color: #CDC4DA;
}
.BgClassName
{
background-color: #CDC4DA;
}
</style>
border-color css
<style>
span { border-color: #CDC4DA; }
span { border-color: rgb(205,196,218); }
td.TdClassName
{
border-color: #CDC4DA;
}
.TagClassName
{
border-color: #CDC4DA;
}
</style>