Shades of Fog #CDBBE6
Tints of Fog #CDBBE6
RGB
CMYK
RGB Variations
Color information
#CDBBE6 (or 0xCDBBE6) is known color: Fog. HEX triplet: CD, BB and E6. RGB value is (205,187,230). Sum of RGB (Red+Green+Blue) = 205+187+230=622 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.96% from 622); Green value is 187 (73.44% from 255 or 30.06% from 622); Blue value is 230 (90.23% from 255 or 36.98% from 622); Max value from RGB is 230 - color contains mainly: blue. Hex color #CDBBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDBBE6 is #324419. Grayscale: #C5C5C5. Windows color (decimal): -3294234 or 15121357. OLE color: 15121357.
HSL color Cylindrical-coordinate representation of color #CDBBE6: hue angle of 265.12º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDBBE6 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 187 | 230 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.10 |
| HSL | 265.12º | 0.46% | 0.82% | - |
| HSV(B) | 265.12º | 0.19% | 0.9% | - |
| XYZ | 57.23 | 54.23 | 82.31 | - |
| YUV | 197.28 | 146.46 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 187 | 230 | 0.11 | 0.19 | 0 | 0.10 | 265.12 | 0.46 | 0.82 |
| Hex | CD | BB | E6 | B | 13 | 0 | A | 109 | 2E | 52 |
| Octal | 315 | 273 | 346 | 13 | 23 | 0 | 12 | 411 | 56 | 122 |
| Binary | 11001101 | 10111011 | 11100110 | 1011 | 10011 | 0 | 1010 | 100001001 | 101110 | 1010010 |
Color Harmonies of #CDBBE6
Complementary color
Monochromatic Colors of #CDBBE6
Black with #CDBBE6
Text Example
Text Example
White with #CDBBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBBE6; }
p { color: rgb(205,187,230); }
H1.HeaderClassName
{
color: #CDBBE6;
}
.AnyTagClassName
{
color: #CDBBE6;
}
</style>
background-color css
<style>
a { background-color: #CDBBE6; }
a { background-color: rgb(205,187,230); }
div.DivClassName
{
background-color: #CDBBE6;
}
.BgClassName
{
background-color: #CDBBE6;
}
</style>
border-color css
<style>
span { border-color: #CDBBE6; }
span { border-color: rgb(205,187,230); }
td.TdClassName
{
border-color: #CDBBE6;
}
.TagClassName
{
border-color: #CDBBE6;
}
</style>