Shades of Fog #CDC4F1
Tints of Fog #CDC4F1
RGB
CMYK
RGB Variations
Color information
#CDC4F1 (or 0xCDC4F1) is known color: Fog. HEX triplet: CD, C4 and F1. RGB value is (205,196,241). Sum of RGB (Red+Green+Blue) = 205+196+241=642 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.93% from 642); Green value is 196 (76.95% from 255 or 30.53% from 642); Blue value is 241 (94.53% from 255 or 37.54% from 642); Max value from RGB is 241 - color contains mainly: blue. Hex color #CDC4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC4F1 is #323B0E. Grayscale: #CBCBCB. Windows color (decimal): -3291919 or 15844557. OLE color: 15844557.
HSL color Cylindrical-coordinate representation of color #CDC4F1: hue angle of 252º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDC4F1 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 196 | 241 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.05 |
| HSL | 252º | 0.62% | 0.86% | - |
| HSV(B) | 252º | 0.19% | 0.95% | - |
| XYZ | 60.79 | 58.81 | 91.37 | - |
| YUV | 203.82 | 148.98 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 196 | 241 | 0.15 | 0.19 | 0 | 0.05 | 252 | 0.62 | 0.86 |
| Hex | CD | C4 | F1 | F | 13 | 0 | 5 | FC | 3E | 56 |
| Octal | 315 | 304 | 361 | 17 | 23 | 0 | 5 | 374 | 76 | 126 |
| Binary | 11001101 | 11000100 | 11110001 | 1111 | 10011 | 0 | 101 | 11111100 | 111110 | 1010110 |
Color Harmonies of #CDC4F1
Complementary color
Monochromatic Colors of #CDC4F1
Black with #CDC4F1
Text Example
Text Example
White with #CDC4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC4F1; }
p { color: rgb(205,196,241); }
H1.HeaderClassName
{
color: #CDC4F1;
}
.AnyTagClassName
{
color: #CDC4F1;
}
</style>
background-color css
<style>
a { background-color: #CDC4F1; }
a { background-color: rgb(205,196,241); }
div.DivClassName
{
background-color: #CDC4F1;
}
.BgClassName
{
background-color: #CDC4F1;
}
</style>
border-color css
<style>
span { border-color: #CDC4F1; }
span { border-color: rgb(205,196,241); }
td.TdClassName
{
border-color: #CDC4F1;
}
.TagClassName
{
border-color: #CDC4F1;
}
</style>