Shades of Fog #CDB7E6
Tints of Fog #CDB7E6
RGB
CMYK
RGB Variations
Color information
#CDB7E6 (or 0xCDB7E6) is known color: Fog. HEX triplet: CD, B7 and E6. RGB value is (205,183,230). Sum of RGB (Red+Green+Blue) = 205+183+230=618 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.17% from 618); Green value is 183 (71.88% from 255 or 29.61% from 618); Blue value is 230 (90.23% from 255 or 37.22% from 618); Max value from RGB is 230 - color contains mainly: blue. Hex color #CDB7E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDB7E6 is #324819. Grayscale: #C2C2C2. Windows color (decimal): -3295258 or 15120333. OLE color: 15120333.
HSL color Cylindrical-coordinate representation of color #CDB7E6: hue angle of 268.09º degrees, saturation: 0.48, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDB7E6 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 183 | 230 | - |
| CMYK | 0.11 | 0.20 | 0 | 0.10 |
| HSL | 268.09º | 0.48% | 0.81% | - |
| HSV(B) | 268.09º | 0.2% | 0.9% | - |
| XYZ | 56.39 | 52.56 | 82.04 | - |
| YUV | 194.94 | 147.79 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 230 | 0.11 | 0.20 | 0 | 0.10 | 268.09 | 0.48 | 0.81 |
| Hex | CD | B7 | E6 | B | 14 | 0 | A | 10C | 30 | 51 |
| Octal | 315 | 267 | 346 | 13 | 24 | 0 | 12 | 414 | 60 | 121 |
| Binary | 11001101 | 10110111 | 11100110 | 1011 | 10100 | 0 | 1010 | 100001100 | 110000 | 1010001 |
Color Harmonies of #CDB7E6
Complementary color
Monochromatic Colors of #CDB7E6
Black with #CDB7E6
Text Example
Text Example
White with #CDB7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB7E6; }
p { color: rgb(205,183,230); }
H1.HeaderClassName
{
color: #CDB7E6;
}
.AnyTagClassName
{
color: #CDB7E6;
}
</style>
background-color css
<style>
a { background-color: #CDB7E6; }
a { background-color: rgb(205,183,230); }
div.DivClassName
{
background-color: #CDB7E6;
}
.BgClassName
{
background-color: #CDB7E6;
}
</style>
border-color css
<style>
span { border-color: #CDB7E6; }
span { border-color: rgb(205,183,230); }
td.TdClassName
{
border-color: #CDB7E6;
}
.TagClassName
{
border-color: #CDB7E6;
}
</style>