Shades of Fog #CDB5E7
Tints of Fog #CDB5E7
RGB
CMYK
RGB Variations
Color information
#CDB5E7 (or 0xCDB5E7) is known color: Fog. HEX triplet: CD, B5 and E7. RGB value is (205,181,231). Sum of RGB (Red+Green+Blue) = 205+181+231=617 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.23% from 617); Green value is 181 (71.09% from 255 or 29.34% from 617); Blue value is 231 (90.62% from 255 or 37.44% from 617); Max value from RGB is 231 - color contains mainly: blue. Hex color #CDB5E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDB5E7 is #324A18. Grayscale: #C1C1C1. Windows color (decimal): -3295769 or 15185357. OLE color: 15185357.
HSL color Cylindrical-coordinate representation of color #CDB5E7: hue angle of 268.8º degrees, saturation: 0.51, 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 #CDB5E7 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 181 | 231 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.09 |
| HSL | 268.8º | 0.51% | 0.81% | - |
| HSV(B) | 268.8º | 0.22% | 0.91% | - |
| XYZ | 56.12 | 51.8 | 82.64 | - |
| YUV | 193.88 | 148.95 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 181 | 231 | 0.11 | 0.22 | 0 | 0.09 | 268.8 | 0.51 | 0.81 |
| Hex | CD | B5 | E7 | B | 16 | 0 | 9 | 10D | 33 | 51 |
| Octal | 315 | 265 | 347 | 13 | 26 | 0 | 11 | 415 | 63 | 121 |
| Binary | 11001101 | 10110101 | 11100111 | 1011 | 10110 | 0 | 1001 | 100001101 | 110011 | 1010001 |
Color Harmonies of #CDB5E7
Complementary color
Monochromatic Colors of #CDB5E7
Black with #CDB5E7
Text Example
Text Example
White with #CDB5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB5E7; }
p { color: rgb(205,181,231); }
H1.HeaderClassName
{
color: #CDB5E7;
}
.AnyTagClassName
{
color: #CDB5E7;
}
</style>
background-color css
<style>
a { background-color: #CDB5E7; }
a { background-color: rgb(205,181,231); }
div.DivClassName
{
background-color: #CDB5E7;
}
.BgClassName
{
background-color: #CDB5E7;
}
</style>
border-color css
<style>
span { border-color: #CDB5E7; }
span { border-color: rgb(205,181,231); }
td.TdClassName
{
border-color: #CDB5E7;
}
.TagClassName
{
border-color: #CDB5E7;
}
</style>