Shades of Fog #CDB6E9
Tints of Fog #CDB6E9
RGB
CMYK
RGB Variations
Color information
#CDB6E9 (or 0xCDB6E9) is known color: Fog. HEX triplet: CD, B6 and E9. RGB value is (205,182,233). Sum of RGB (Red+Green+Blue) = 205+182+233=620 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.06% from 620); Green value is 182 (71.48% from 255 or 29.35% from 620); Blue value is 233 (91.41% from 255 or 37.58% from 620); Max value from RGB is 233 - color contains mainly: blue. Hex color #CDB6E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDB6E9 is #324916. Grayscale: #C2C2C2. Windows color (decimal): -3295511 or 15316685. OLE color: 15316685.
HSL color Cylindrical-coordinate representation of color #CDB6E9: hue angle of 267.06º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDB6E9 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 182 | 233 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.09 |
| HSL | 267.06º | 0.54% | 0.81% | - |
| HSV(B) | 267.06º | 0.22% | 0.91% | - |
| XYZ | 56.61 | 52.32 | 84.21 | - |
| YUV | 194.69 | 149.62 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 233 | 0.12 | 0.22 | 0 | 0.09 | 267.06 | 0.54 | 0.81 |
| Hex | CD | B6 | E9 | C | 16 | 0 | 9 | 10B | 36 | 51 |
| Octal | 315 | 266 | 351 | 14 | 26 | 0 | 11 | 413 | 66 | 121 |
| Binary | 11001101 | 10110110 | 11101001 | 1100 | 10110 | 0 | 1001 | 100001011 | 110110 | 1010001 |
Color Harmonies of #CDB6E9
Complementary color
Monochromatic Colors of #CDB6E9
Black with #CDB6E9
Text Example
Text Example
White with #CDB6E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB6E9; }
p { color: rgb(205,182,233); }
H1.HeaderClassName
{
color: #CDB6E9;
}
.AnyTagClassName
{
color: #CDB6E9;
}
</style>
background-color css
<style>
a { background-color: #CDB6E9; }
a { background-color: rgb(205,182,233); }
div.DivClassName
{
background-color: #CDB6E9;
}
.BgClassName
{
background-color: #CDB6E9;
}
</style>
border-color css
<style>
span { border-color: #CDB6E9; }
span { border-color: rgb(205,182,233); }
td.TdClassName
{
border-color: #CDB6E9;
}
.TagClassName
{
border-color: #CDB6E9;
}
</style>