Shades of Fog #CDBBDF
Tints of Fog #CDBBDF
RGB
CMYK
RGB Variations
Color information
#CDBBDF (or 0xCDBBDF) is known color: Fog. HEX triplet: CD, BB and DF. RGB value is (205,187,223). Sum of RGB (Red+Green+Blue) = 205+187+223=615 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.33% from 615); Green value is 187 (73.44% from 255 or 30.41% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 223 - color contains mainly: blue. Hex color #CDBBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBBDF is #324420. Grayscale: #C4C4C4. Windows color (decimal): -3294241 or 14662605. OLE color: 14662605.
HSL color Cylindrical-coordinate representation of color #CDBBDF: hue angle of 270º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDBBDF is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 187 | 223 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.13 |
| HSL | 270º | 0.36% | 0.8% | - |
| HSV(B) | 270º | 0.16% | 0.87% | - |
| XYZ | 56.27 | 53.85 | 77.24 | - |
| YUV | 196.49 | 142.96 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 187 | 223 | 0.08 | 0.16 | 0 | 0.13 | 270 | 0.36 | 0.8 |
| Hex | CD | BB | DF | 8 | 10 | 0 | D | 10E | 24 | 50 |
| Octal | 315 | 273 | 337 | 10 | 20 | 0 | 15 | 416 | 44 | 120 |
| Binary | 11001101 | 10111011 | 11011111 | 1000 | 10000 | 0 | 1101 | 100001110 | 100100 | 1010000 |
Color Harmonies of #CDBBDF
Complementary color
Monochromatic Colors of #CDBBDF
Black with #CDBBDF
Text Example
Text Example
White with #CDBBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBBDF; }
p { color: rgb(205,187,223); }
H1.HeaderClassName
{
color: #CDBBDF;
}
.AnyTagClassName
{
color: #CDBBDF;
}
</style>
background-color css
<style>
a { background-color: #CDBBDF; }
a { background-color: rgb(205,187,223); }
div.DivClassName
{
background-color: #CDBBDF;
}
.BgClassName
{
background-color: #CDBBDF;
}
</style>
border-color css
<style>
span { border-color: #CDBBDF; }
span { border-color: rgb(205,187,223); }
td.TdClassName
{
border-color: #CDBBDF;
}
.TagClassName
{
border-color: #CDBBDF;
}
</style>