Shades of Fog #CDB9EC
Tints of Fog #CDB9EC
RGB
CMYK
RGB Variations
Color information
#CDB9EC (or 0xCDB9EC) is known color: Fog. HEX triplet: CD, B9 and EC. RGB value is (205,185,236). Sum of RGB (Red+Green+Blue) = 205+185+236=626 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.75% from 626); Green value is 185 (72.66% from 255 or 29.55% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDB9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDB9EC is #324613. Grayscale: #C4C4C4. Windows color (decimal): -3294740 or 15514061. OLE color: 15514061.
HSL color Cylindrical-coordinate representation of color #CDB9EC: hue angle of 263.53º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDB9EC is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 185 | 236 | - |
| CMYK | 0.13 | 0.22 | 0 | 0.07 |
| HSL | 263.53º | 0.57% | 0.83% | - |
| HSV(B) | 263.53º | 0.22% | 0.93% | - |
| XYZ | 57.67 | 53.73 | 86.69 | - |
| YUV | 196.79 | 150.13 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 185 | 236 | 0.13 | 0.22 | 0 | 0.07 | 263.53 | 0.57 | 0.83 |
| Hex | CD | B9 | EC | D | 16 | 0 | 7 | 108 | 39 | 53 |
| Octal | 315 | 271 | 354 | 15 | 26 | 0 | 7 | 410 | 71 | 123 |
| Binary | 11001101 | 10111001 | 11101100 | 1101 | 10110 | 0 | 111 | 100001000 | 111001 | 1010011 |
Color Harmonies of #CDB9EC
Complementary color
Monochromatic Colors of #CDB9EC
Black with #CDB9EC
Text Example
Text Example
White with #CDB9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB9EC; }
p { color: rgb(205,185,236); }
H1.HeaderClassName
{
color: #CDB9EC;
}
.AnyTagClassName
{
color: #CDB9EC;
}
</style>
background-color css
<style>
a { background-color: #CDB9EC; }
a { background-color: rgb(205,185,236); }
div.DivClassName
{
background-color: #CDB9EC;
}
.BgClassName
{
background-color: #CDB9EC;
}
</style>
border-color css
<style>
span { border-color: #CDB9EC; }
span { border-color: rgb(205,185,236); }
td.TdClassName
{
border-color: #CDB9EC;
}
.TagClassName
{
border-color: #CDB9EC;
}
</style>