Shades of Fog #CDB5ED
Tints of Fog #CDB5ED
RGB
CMYK
RGB Variations
Color information
#CDB5ED (or 0xCDB5ED) is known color: Fog. HEX triplet: CD, B5 and ED. RGB value is (205,181,237). Sum of RGB (Red+Green+Blue) = 205+181+237=623 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.91% from 623); Green value is 181 (71.09% from 255 or 29.05% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDB5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDB5ED is #324A12. Grayscale: #C2C2C2. Windows color (decimal): -3295763 or 15578573. OLE color: 15578573.
HSL color Cylindrical-coordinate representation of color #CDB5ED: hue angle of 265.71º degrees, saturation: 0.61, 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 #CDB5ED is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 181 | 237 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.07 |
| HSL | 265.71º | 0.61% | 0.82% | - |
| HSV(B) | 265.71º | 0.24% | 0.93% | - |
| XYZ | 56.99 | 52.14 | 87.18 | - |
| YUV | 194.56 | 151.95 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 181 | 237 | 0.14 | 0.24 | 0 | 0.07 | 265.71 | 0.61 | 0.82 |
| Hex | CD | B5 | ED | E | 18 | 0 | 7 | 10A | 3D | 52 |
| Octal | 315 | 265 | 355 | 16 | 30 | 0 | 7 | 412 | 75 | 122 |
| Binary | 11001101 | 10110101 | 11101101 | 1110 | 11000 | 0 | 111 | 100001010 | 111101 | 1010010 |
Color Harmonies of #CDB5ED
Complementary color
Monochromatic Colors of #CDB5ED
Black with #CDB5ED
Text Example
Text Example
White with #CDB5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB5ED; }
p { color: rgb(205,181,237); }
H1.HeaderClassName
{
color: #CDB5ED;
}
.AnyTagClassName
{
color: #CDB5ED;
}
</style>
background-color css
<style>
a { background-color: #CDB5ED; }
a { background-color: rgb(205,181,237); }
div.DivClassName
{
background-color: #CDB5ED;
}
.BgClassName
{
background-color: #CDB5ED;
}
</style>
border-color css
<style>
span { border-color: #CDB5ED; }
span { border-color: rgb(205,181,237); }
td.TdClassName
{
border-color: #CDB5ED;
}
.TagClassName
{
border-color: #CDB5ED;
}
</style>