Shades of Fog #CCBEE5
Tints of Fog #CCBEE5
RGB
CMYK
RGB Variations
Color information
#CCBEE5 (or 0xCCBEE5) is known color: Fog. HEX triplet: CC, BE and E5. RGB value is (204,190,229). Sum of RGB (Red+Green+Blue) = 204+190+229=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 190 (74.61% from 255 or 30.50% from 623); Blue value is 229 (89.84% from 255 or 36.76% from 623); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCBEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBEE5 is #33411A. Grayscale: #C6C6C6. Windows color (decimal): -3359003 or 15056588. OLE color: 15056588.
HSL color Cylindrical-coordinate representation of color #CCBEE5: hue angle of 261.54º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCBEE5 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 190 | 229 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.10 |
| HSL | 261.54º | 0.43% | 0.82% | - |
| HSV(B) | 261.54º | 0.17% | 0.9% | - |
| XYZ | 57.46 | 55.32 | 81.78 | - |
| YUV | 198.63 | 145.14 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 190 | 229 | 0.11 | 0.17 | 0 | 0.10 | 261.54 | 0.43 | 0.82 |
| Hex | CC | BE | E5 | B | 11 | 0 | A | 106 | 2B | 52 |
| Octal | 314 | 276 | 345 | 13 | 21 | 0 | 12 | 406 | 53 | 122 |
| Binary | 11001100 | 10111110 | 11100101 | 1011 | 10001 | 0 | 1010 | 100000110 | 101011 | 1010010 |
Color Harmonies of #CCBEE5
Complementary color
Monochromatic Colors of #CCBEE5
Black with #CCBEE5
Text Example
Text Example
White with #CCBEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBEE5; }
p { color: rgb(204,190,229); }
H1.HeaderClassName
{
color: #CCBEE5;
}
.AnyTagClassName
{
color: #CCBEE5;
}
</style>
background-color css
<style>
a { background-color: #CCBEE5; }
a { background-color: rgb(204,190,229); }
div.DivClassName
{
background-color: #CCBEE5;
}
.BgClassName
{
background-color: #CCBEE5;
}
</style>
border-color css
<style>
span { border-color: #CCBEE5; }
span { border-color: rgb(204,190,229); }
td.TdClassName
{
border-color: #CCBEE5;
}
.TagClassName
{
border-color: #CCBEE5;
}
</style>