Shades of Fog #CDB3EC
Tints of Fog #CDB3EC
RGB
CMYK
RGB Variations
Color information
#CDB3EC (or 0xCDB3EC) is known color: Fog. HEX triplet: CD, B3 and EC. RGB value is (205,179,236). Sum of RGB (Red+Green+Blue) = 205+179+236=620 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.06% from 620); Green value is 179 (70.31% from 255 or 28.87% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDB3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDB3EC is #324C13. Grayscale: #C1C1C1. Windows color (decimal): -3296276 or 15512525. OLE color: 15512525.
HSL color Cylindrical-coordinate representation of color #CDB3EC: hue angle of 267.37º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDB3EC is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 179 | 236 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.07 |
| HSL | 267.37º | 0.6% | 0.81% | - |
| HSV(B) | 267.37º | 0.24% | 0.93% | - |
| XYZ | 56.44 | 51.28 | 86.28 | - |
| YUV | 193.27 | 152.11 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 236 | 0.13 | 0.24 | 0 | 0.07 | 267.37 | 0.6 | 0.81 |
| Hex | CD | B3 | EC | D | 18 | 0 | 7 | 10B | 3C | 51 |
| Octal | 315 | 263 | 354 | 15 | 30 | 0 | 7 | 413 | 74 | 121 |
| Binary | 11001101 | 10110011 | 11101100 | 1101 | 11000 | 0 | 111 | 100001011 | 111100 | 1010001 |
Color Harmonies of #CDB3EC
Complementary color
Monochromatic Colors of #CDB3EC
Black with #CDB3EC
Text Example
Text Example
White with #CDB3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB3EC; }
p { color: rgb(205,179,236); }
H1.HeaderClassName
{
color: #CDB3EC;
}
.AnyTagClassName
{
color: #CDB3EC;
}
</style>
background-color css
<style>
a { background-color: #CDB3EC; }
a { background-color: rgb(205,179,236); }
div.DivClassName
{
background-color: #CDB3EC;
}
.BgClassName
{
background-color: #CDB3EC;
}
</style>
border-color css
<style>
span { border-color: #CDB3EC; }
span { border-color: rgb(205,179,236); }
td.TdClassName
{
border-color: #CDB3EC;
}
.TagClassName
{
border-color: #CDB3EC;
}
</style>