Shades of Fog #CCBCE5
Tints of Fog #CCBCE5
RGB
CMYK
RGB Variations
Color information
#CCBCE5 (or 0xCCBCE5) is known color: Fog. HEX triplet: CC, BC and E5. RGB value is (204,188,229). Sum of RGB (Red+Green+Blue) = 204+188+229=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 188 (73.83% from 255 or 30.27% from 621); Blue value is 229 (89.84% from 255 or 36.88% from 621); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCBCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBCE5 is #33431A. Grayscale: #C5C5C5. Windows color (decimal): -3359515 or 15056076. OLE color: 15056076.
HSL color Cylindrical-coordinate representation of color #CCBCE5: hue angle of 263.41º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCBCE5 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 188 | 229 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.10 |
| HSL | 263.41º | 0.44% | 0.82% | - |
| HSV(B) | 263.41º | 0.18% | 0.9% | - |
| XYZ | 57.03 | 54.46 | 81.64 | - |
| YUV | 197.46 | 145.8 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 229 | 0.11 | 0.18 | 0 | 0.10 | 263.41 | 0.44 | 0.82 |
| Hex | CC | BC | E5 | B | 12 | 0 | A | 107 | 2C | 52 |
| Octal | 314 | 274 | 345 | 13 | 22 | 0 | 12 | 407 | 54 | 122 |
| Binary | 11001100 | 10111100 | 11100101 | 1011 | 10010 | 0 | 1010 | 100000111 | 101100 | 1010010 |
Color Harmonies of #CCBCE5
Complementary color
Monochromatic Colors of #CCBCE5
Black with #CCBCE5
Text Example
Text Example
White with #CCBCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBCE5; }
p { color: rgb(204,188,229); }
H1.HeaderClassName
{
color: #CCBCE5;
}
.AnyTagClassName
{
color: #CCBCE5;
}
</style>
background-color css
<style>
a { background-color: #CCBCE5; }
a { background-color: rgb(204,188,229); }
div.DivClassName
{
background-color: #CCBCE5;
}
.BgClassName
{
background-color: #CCBCE5;
}
</style>
border-color css
<style>
span { border-color: #CCBCE5; }
span { border-color: rgb(204,188,229); }
td.TdClassName
{
border-color: #CCBCE5;
}
.TagClassName
{
border-color: #CCBCE5;
}
</style>