Shades of Fog #CCBDEB
Tints of Fog #CCBDEB
RGB
CMYK
RGB Variations
Color information
#CCBDEB (or 0xCCBDEB) is known color: Fog. HEX triplet: CC, BD and EB. RGB value is (204,189,235). Sum of RGB (Red+Green+Blue) = 204+189+235=628 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.48% from 628); Green value is 189 (74.22% from 255 or 30.10% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCBDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBDEB is #334214. Grayscale: #C6C6C6. Windows color (decimal): -3359253 or 15449548. OLE color: 15449548.
HSL color Cylindrical-coordinate representation of color #CCBDEB: hue angle of 259.57º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCBDEB is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 189 | 235 | - |
| CMYK | 0.13 | 0.20 | 0 | 0.08 |
| HSL | 259.57º | 0.53% | 0.83% | - |
| HSV(B) | 259.57º | 0.2% | 0.92% | - |
| XYZ | 58.09 | 55.23 | 86.2 | - |
| YUV | 198.73 | 148.47 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 189 | 235 | 0.13 | 0.20 | 0 | 0.08 | 259.57 | 0.53 | 0.83 |
| Hex | CC | BD | EB | D | 14 | 0 | 8 | 104 | 35 | 53 |
| Octal | 314 | 275 | 353 | 15 | 24 | 0 | 10 | 404 | 65 | 123 |
| Binary | 11001100 | 10111101 | 11101011 | 1101 | 10100 | 0 | 1000 | 100000100 | 110101 | 1010011 |
Color Harmonies of #CCBDEB
Complementary color
Monochromatic Colors of #CCBDEB
Black with #CCBDEB
Text Example
Text Example
White with #CCBDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBDEB; }
p { color: rgb(204,189,235); }
H1.HeaderClassName
{
color: #CCBDEB;
}
.AnyTagClassName
{
color: #CCBDEB;
}
</style>
background-color css
<style>
a { background-color: #CCBDEB; }
a { background-color: rgb(204,189,235); }
div.DivClassName
{
background-color: #CCBDEB;
}
.BgClassName
{
background-color: #CCBDEB;
}
</style>
border-color css
<style>
span { border-color: #CCBDEB; }
span { border-color: rgb(204,189,235); }
td.TdClassName
{
border-color: #CCBDEB;
}
.TagClassName
{
border-color: #CCBDEB;
}
</style>