Shades of Fog #CDB5E9
Tints of Fog #CDB5E9
RGB
CMYK
RGB Variations
Color information
#CDB5E9 (or 0xCDB5E9) is known color: Fog. HEX triplet: CD, B5 and E9. RGB value is (205,181,233). Sum of RGB (Red+Green+Blue) = 205+181+233=619 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.12% from 619); Green value is 181 (71.09% from 255 or 29.24% from 619); Blue value is 233 (91.41% from 255 or 37.64% from 619); Max value from RGB is 233 - color contains mainly: blue. Hex color #CDB5E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDB5E9 is #324A16. Grayscale: #C1C1C1. Windows color (decimal): -3295767 or 15316429. OLE color: 15316429.
HSL color Cylindrical-coordinate representation of color #CDB5E9: hue angle of 267.69º 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 #CDB5E9 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 205 | 181 | 233 | - |
CMYK | 0.12 | 0.22 | 0 | 0.09 |
HSL | 267.69º | 0.54% | 0.81% | - |
HSV(B) | 267.69º | 0.22% | 0.91% | - |
XYZ | 56.41 | 51.91 | 84.14 | - |
YUV | 194.1 | 149.95 | 135.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 181 | 233 | 0.12 | 0.22 | 0 | 0.09 | 267.69 | 0.54 | 0.81 |
Hex | CD | B5 | E9 | C | 16 | 0 | 9 | 10C | 36 | 51 |
Octal | 315 | 265 | 351 | 14 | 26 | 0 | 11 | 414 | 66 | 121 |
Binary | 11001101 | 10110101 | 11101001 | 1100 | 10110 | 0 | 1001 | 100001100 | 110110 | 1010001 |
Color Harmonies of #CDB5E9
Complementary color
Monochromatic Colors of #CDB5E9
Black with #CDB5E9
Text Example
Text Example
White with #CDB5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB5E9; }
p { color: rgb(205,181,233); }
H1.HeaderClassName
{
color: #CDB5E9;
}
.AnyTagClassName
{
color: #CDB5E9;
}
</style>
background-color css
<style>
a { background-color: #CDB5E9; }
a { background-color: rgb(205,181,233); }
div.DivClassName
{
background-color: #CDB5E9;
}
.BgClassName
{
background-color: #CDB5E9;
}
</style>
border-color css
<style>
span { border-color: #CDB5E9; }
span { border-color: rgb(205,181,233); }
td.TdClassName
{
border-color: #CDB5E9;
}
.TagClassName
{
border-color: #CDB5E9;
}
</style>