Shades of Fog #CDBBED
Tints of Fog #CDBBED
RGB
CMYK
RGB Variations
Color information
#CDBBED (or 0xCDBBED) is known color: Fog. HEX triplet: CD, BB and ED. RGB value is (205,187,237). Sum of RGB (Red+Green+Blue) = 205+187+237=629 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.59% from 629); Green value is 187 (73.44% from 255 or 29.73% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDBBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDBBED is #324412. Grayscale: #C5C5C5. Windows color (decimal): -3294227 or 15580109. OLE color: 15580109.
HSL color Cylindrical-coordinate representation of color #CDBBED: hue angle of 261.6º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDBBED is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 187 | 237 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.07 |
| HSL | 261.6º | 0.58% | 0.83% | - |
| HSV(B) | 261.6º | 0.21% | 0.93% | - |
| XYZ | 58.23 | 54.63 | 87.6 | - |
| YUV | 198.08 | 149.96 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 187 | 237 | 0.14 | 0.21 | 0 | 0.07 | 261.6 | 0.58 | 0.83 |
| Hex | CD | BB | ED | E | 15 | 0 | 7 | 106 | 3A | 53 |
| Octal | 315 | 273 | 355 | 16 | 25 | 0 | 7 | 406 | 72 | 123 |
| Binary | 11001101 | 10111011 | 11101101 | 1110 | 10101 | 0 | 111 | 100000110 | 111010 | 1010011 |
Color Harmonies of #CDBBED
Complementary color
Monochromatic Colors of #CDBBED
Black with #CDBBED
Text Example
Text Example
White with #CDBBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBBED; }
p { color: rgb(205,187,237); }
H1.HeaderClassName
{
color: #CDBBED;
}
.AnyTagClassName
{
color: #CDBBED;
}
</style>
background-color css
<style>
a { background-color: #CDBBED; }
a { background-color: rgb(205,187,237); }
div.DivClassName
{
background-color: #CDBBED;
}
.BgClassName
{
background-color: #CDBBED;
}
</style>
border-color css
<style>
span { border-color: #CDBBED; }
span { border-color: rgb(205,187,237); }
td.TdClassName
{
border-color: #CDBBED;
}
.TagClassName
{
border-color: #CDBBED;
}
</style>