Shades of Fog #CDB9E8
Tints of Fog #CDB9E8
RGB
CMYK
RGB Variations
Color information
#CDB9E8 (or 0xCDB9E8) is known color: Fog. HEX triplet: CD, B9 and E8. RGB value is (205,185,232). Sum of RGB (Red+Green+Blue) = 205+185+232=622 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.96% from 622); Green value is 185 (72.66% from 255 or 29.74% from 622); Blue value is 232 (91.02% from 255 or 37.30% from 622); Max value from RGB is 232 - color contains mainly: blue. Hex color #CDB9E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDB9E8 is #324617. Grayscale: #C4C4C4. Windows color (decimal): -3294744 or 15251917. OLE color: 15251917.
HSL color Cylindrical-coordinate representation of color #CDB9E8: hue angle of 265.53º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDB9E8 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 185 | 232 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.09 |
| HSL | 265.53º | 0.51% | 0.82% | - |
| HSV(B) | 265.53º | 0.2% | 0.91% | - |
| XYZ | 57.09 | 53.5 | 83.66 | - |
| YUV | 196.34 | 148.13 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 185 | 232 | 0.12 | 0.20 | 0 | 0.09 | 265.53 | 0.51 | 0.82 |
| Hex | CD | B9 | E8 | C | 14 | 0 | 9 | 10A | 33 | 52 |
| Octal | 315 | 271 | 350 | 14 | 24 | 0 | 11 | 412 | 63 | 122 |
| Binary | 11001101 | 10111001 | 11101000 | 1100 | 10100 | 0 | 1001 | 100001010 | 110011 | 1010010 |
Color Harmonies of #CDB9E8
Complementary color
Monochromatic Colors of #CDB9E8
Black with #CDB9E8
Text Example
Text Example
White with #CDB9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB9E8; }
p { color: rgb(205,185,232); }
H1.HeaderClassName
{
color: #CDB9E8;
}
.AnyTagClassName
{
color: #CDB9E8;
}
</style>
background-color css
<style>
a { background-color: #CDB9E8; }
a { background-color: rgb(205,185,232); }
div.DivClassName
{
background-color: #CDB9E8;
}
.BgClassName
{
background-color: #CDB9E8;
}
</style>
border-color css
<style>
span { border-color: #CDB9E8; }
span { border-color: rgb(205,185,232); }
td.TdClassName
{
border-color: #CDB9E8;
}
.TagClassName
{
border-color: #CDB9E8;
}
</style>