Shades of Fog #CDBBE3
Tints of Fog #CDBBE3
RGB
CMYK
RGB Variations
Color information
#CDBBE3 (or 0xCDBBE3) is known color: Fog. HEX triplet: CD, BB and E3. RGB value is (205,187,227). Sum of RGB (Red+Green+Blue) = 205+187+227=619 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.12% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 227 (89.06% from 255 or 36.67% from 619); Max value from RGB is 227 - color contains mainly: blue. Hex color #CDBBE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBBE3 is #32441C. Grayscale: #C4C4C4. Windows color (decimal): -3294237 or 14924749. OLE color: 14924749.
HSL color Cylindrical-coordinate representation of color #CDBBE3: hue angle of 267º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDBBE3 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 187 | 227 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.11 |
| HSL | 267º | 0.42% | 0.81% | - |
| HSV(B) | 267º | 0.18% | 0.89% | - |
| XYZ | 56.81 | 54.07 | 80.11 | - |
| YUV | 196.94 | 144.96 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 187 | 227 | 0.10 | 0.18 | 0 | 0.11 | 267 | 0.42 | 0.81 |
| Hex | CD | BB | E3 | A | 12 | 0 | B | 10B | 2A | 51 |
| Octal | 315 | 273 | 343 | 12 | 22 | 0 | 13 | 413 | 52 | 121 |
| Binary | 11001101 | 10111011 | 11100011 | 1010 | 10010 | 0 | 1011 | 100001011 | 101010 | 1010001 |
Color Harmonies of #CDBBE3
Complementary color
Monochromatic Colors of #CDBBE3
Black with #CDBBE3
Text Example
Text Example
White with #CDBBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBBE3; }
p { color: rgb(205,187,227); }
H1.HeaderClassName
{
color: #CDBBE3;
}
.AnyTagClassName
{
color: #CDBBE3;
}
</style>
background-color css
<style>
a { background-color: #CDBBE3; }
a { background-color: rgb(205,187,227); }
div.DivClassName
{
background-color: #CDBBE3;
}
.BgClassName
{
background-color: #CDBBE3;
}
</style>
border-color css
<style>
span { border-color: #CDBBE3; }
span { border-color: rgb(205,187,227); }
td.TdClassName
{
border-color: #CDBBE3;
}
.TagClassName
{
border-color: #CDBBE3;
}
</style>