Shades of Fog #CDB9ED
Tints of Fog #CDB9ED
RGB
CMYK
RGB Variations
Color information
#CDB9ED (or 0xCDB9ED) is known color: Fog. HEX triplet: CD, B9 and ED. RGB value is (205,185,237). Sum of RGB (Red+Green+Blue) = 205+185+237=627 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.70% from 627); Green value is 185 (72.66% from 255 or 29.51% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDB9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDB9ED is #324612. Grayscale: #C4C4C4. Windows color (decimal): -3294739 or 15579597. OLE color: 15579597.
HSL color Cylindrical-coordinate representation of color #CDB9ED: hue angle of 263.08º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDB9ED is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 185 | 237 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.07 |
| HSL | 263.08º | 0.59% | 0.83% | - |
| HSV(B) | 263.08º | 0.22% | 0.93% | - |
| XYZ | 57.81 | 53.79 | 87.46 | - |
| YUV | 196.91 | 150.63 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 185 | 237 | 0.14 | 0.22 | 0 | 0.07 | 263.08 | 0.59 | 0.83 |
| Hex | CD | B9 | ED | E | 16 | 0 | 7 | 107 | 3B | 53 |
| Octal | 315 | 271 | 355 | 16 | 26 | 0 | 7 | 407 | 73 | 123 |
| Binary | 11001101 | 10111001 | 11101101 | 1110 | 10110 | 0 | 111 | 100000111 | 111011 | 1010011 |
Color Harmonies of #CDB9ED
Complementary color
Monochromatic Colors of #CDB9ED
Black with #CDB9ED
Text Example
Text Example
White with #CDB9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB9ED; }
p { color: rgb(205,185,237); }
H1.HeaderClassName
{
color: #CDB9ED;
}
.AnyTagClassName
{
color: #CDB9ED;
}
</style>
background-color css
<style>
a { background-color: #CDB9ED; }
a { background-color: rgb(205,185,237); }
div.DivClassName
{
background-color: #CDB9ED;
}
.BgClassName
{
background-color: #CDB9ED;
}
</style>
border-color css
<style>
span { border-color: #CDB9ED; }
span { border-color: rgb(205,185,237); }
td.TdClassName
{
border-color: #CDB9ED;
}
.TagClassName
{
border-color: #CDB9ED;
}
</style>