Shades of Fog #CDB3ED
Tints of Fog #CDB3ED
RGB
CMYK
RGB Variations
Color information
#CDB3ED (or 0xCDB3ED) is known color: Fog. HEX triplet: CD, B3 and ED. RGB value is (205,179,237). Sum of RGB (Red+Green+Blue) = 205+179+237=621 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.01% from 621); Green value is 179 (70.31% from 255 or 28.82% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDB3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDB3ED is #324C12. Grayscale: #C1C1C1. Windows color (decimal): -3296275 or 15578061. OLE color: 15578061.
HSL color Cylindrical-coordinate representation of color #CDB3ED: hue angle of 266.9º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDB3ED is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 179 | 237 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.07 |
| HSL | 266.9º | 0.62% | 0.82% | - |
| HSV(B) | 266.9º | 0.24% | 0.93% | - |
| XYZ | 56.58 | 51.33 | 87.05 | - |
| YUV | 193.39 | 152.61 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 237 | 0.14 | 0.24 | 0 | 0.07 | 266.9 | 0.62 | 0.82 |
| Hex | CD | B3 | ED | E | 18 | 0 | 7 | 10B | 3E | 52 |
| Octal | 315 | 263 | 355 | 16 | 30 | 0 | 7 | 413 | 76 | 122 |
| Binary | 11001101 | 10110011 | 11101101 | 1110 | 11000 | 0 | 111 | 100001011 | 111110 | 1010010 |
Color Harmonies of #CDB3ED
Complementary color
Monochromatic Colors of #CDB3ED
Black with #CDB3ED
Text Example
Text Example
White with #CDB3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB3ED; }
p { color: rgb(205,179,237); }
H1.HeaderClassName
{
color: #CDB3ED;
}
.AnyTagClassName
{
color: #CDB3ED;
}
</style>
background-color css
<style>
a { background-color: #CDB3ED; }
a { background-color: rgb(205,179,237); }
div.DivClassName
{
background-color: #CDB3ED;
}
.BgClassName
{
background-color: #CDB3ED;
}
</style>
border-color css
<style>
span { border-color: #CDB3ED; }
span { border-color: rgb(205,179,237); }
td.TdClassName
{
border-color: #CDB3ED;
}
.TagClassName
{
border-color: #CDB3ED;
}
</style>