Shades of Fog #CDC4DF
Tints of Fog #CDC4DF
RGB
CMYK
RGB Variations
Color information
#CDC4DF (or 0xCDC4DF) is known color: Fog. HEX triplet: CD, C4 and DF. RGB value is (205,196,223). Sum of RGB (Red+Green+Blue) = 205+196+223=624 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.85% from 624); Green value is 196 (76.95% from 255 or 31.41% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 223 - color contains mainly: blue. Hex color #CDC4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC4DF is #323B20. Grayscale: #C9C9C9. Windows color (decimal): -3291937 or 14664909. OLE color: 14664909.
HSL color Cylindrical-coordinate representation of color #CDC4DF: hue angle of 260º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDC4DF is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 196 | 223 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.13 |
| HSL | 260º | 0.3% | 0.82% | - |
| HSV(B) | 260º | 0.12% | 0.87% | - |
| XYZ | 58.24 | 57.79 | 77.9 | - |
| YUV | 201.77 | 139.98 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 196 | 223 | 0.08 | 0.12 | 0 | 0.13 | 260 | 0.3 | 0.82 |
| Hex | CD | C4 | DF | 8 | C | 0 | D | 104 | 1E | 52 |
| Octal | 315 | 304 | 337 | 10 | 14 | 0 | 15 | 404 | 36 | 122 |
| Binary | 11001101 | 11000100 | 11011111 | 1000 | 1100 | 0 | 1101 | 100000100 | 11110 | 1010010 |
Color Harmonies of #CDC4DF
Complementary color
Monochromatic Colors of #CDC4DF
Black with #CDC4DF
Text Example
Text Example
White with #CDC4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC4DF; }
p { color: rgb(205,196,223); }
H1.HeaderClassName
{
color: #CDC4DF;
}
.AnyTagClassName
{
color: #CDC4DF;
}
</style>
background-color css
<style>
a { background-color: #CDC4DF; }
a { background-color: rgb(205,196,223); }
div.DivClassName
{
background-color: #CDC4DF;
}
.BgClassName
{
background-color: #CDC4DF;
}
</style>
border-color css
<style>
span { border-color: #CDC4DF; }
span { border-color: rgb(205,196,223); }
td.TdClassName
{
border-color: #CDC4DF;
}
.TagClassName
{
border-color: #CDC4DF;
}
</style>