Shades of Fog #CDB9E6
Tints of Fog #CDB9E6
RGB
CMYK
RGB Variations
Color information
#CDB9E6 (or 0xCDB9E6) is known color: Fog. HEX triplet: CD, B9 and E6. RGB value is (205,185,230). Sum of RGB (Red+Green+Blue) = 205+185+230=620 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.06% from 620); Green value is 185 (72.66% from 255 or 29.84% from 620); Blue value is 230 (90.23% from 255 or 37.10% from 620); Max value from RGB is 230 - color contains mainly: blue. Hex color #CDB9E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDB9E6 is #324619. Grayscale: #C3C3C3. Windows color (decimal): -3294746 or 15120845. OLE color: 15120845.
HSL color Cylindrical-coordinate representation of color #CDB9E6: hue angle of 266.67º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDB9E6 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 185 | 230 | - |
| CMYK | 0.11 | 0.20 | 0 | 0.10 |
| HSL | 266.67º | 0.47% | 0.81% | - |
| HSV(B) | 266.67º | 0.2% | 0.9% | - |
| XYZ | 56.81 | 53.39 | 82.17 | - |
| YUV | 196.11 | 147.13 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 185 | 230 | 0.11 | 0.20 | 0 | 0.10 | 266.67 | 0.47 | 0.81 |
| Hex | CD | B9 | E6 | B | 14 | 0 | A | 10B | 2F | 51 |
| Octal | 315 | 271 | 346 | 13 | 24 | 0 | 12 | 413 | 57 | 121 |
| Binary | 11001101 | 10111001 | 11100110 | 1011 | 10100 | 0 | 1010 | 100001011 | 101111 | 1010001 |
Color Harmonies of #CDB9E6
Complementary color
Monochromatic Colors of #CDB9E6
Black with #CDB9E6
Text Example
Text Example
White with #CDB9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB9E6; }
p { color: rgb(205,185,230); }
H1.HeaderClassName
{
color: #CDB9E6;
}
.AnyTagClassName
{
color: #CDB9E6;
}
</style>
background-color css
<style>
a { background-color: #CDB9E6; }
a { background-color: rgb(205,185,230); }
div.DivClassName
{
background-color: #CDB9E6;
}
.BgClassName
{
background-color: #CDB9E6;
}
</style>
border-color css
<style>
span { border-color: #CDB9E6; }
span { border-color: rgb(205,185,230); }
td.TdClassName
{
border-color: #CDB9E6;
}
.TagClassName
{
border-color: #CDB9E6;
}
</style>