Shades of Fog #CCBAE3
Tints of Fog #CCBAE3
RGB
CMYK
RGB Variations
Color information
#CCBAE3 (or 0xCCBAE3) is known color: Fog. HEX triplet: CC, BA and E3. RGB value is (204,186,227). Sum of RGB (Red+Green+Blue) = 204+186+227=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 227 (89.06% from 255 or 36.79% from 617); Max value from RGB is 227 - color contains mainly: blue. Hex color #CCBAE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBAE3 is #33451C. Grayscale: #C3C3C3. Windows color (decimal): -3360029 or 14924492. OLE color: 14924492.
HSL color Cylindrical-coordinate representation of color #CCBAE3: hue angle of 266.34º 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 #CCBAE3 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 186 | 227 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.11 |
| HSL | 266.34º | 0.42% | 0.81% | - |
| HSV(B) | 266.34º | 0.18% | 0.89% | - |
| XYZ | 56.33 | 53.5 | 80.03 | - |
| YUV | 196.06 | 145.46 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 227 | 0.10 | 0.18 | 0 | 0.11 | 266.34 | 0.42 | 0.81 |
| Hex | CC | BA | E3 | A | 12 | 0 | B | 10A | 2A | 51 |
| Octal | 314 | 272 | 343 | 12 | 22 | 0 | 13 | 412 | 52 | 121 |
| Binary | 11001100 | 10111010 | 11100011 | 1010 | 10010 | 0 | 1011 | 100001010 | 101010 | 1010001 |
Color Harmonies of #CCBAE3
Complementary color
Monochromatic Colors of #CCBAE3
Black with #CCBAE3
Text Example
Text Example
White with #CCBAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBAE3; }
p { color: rgb(204,186,227); }
H1.HeaderClassName
{
color: #CCBAE3;
}
.AnyTagClassName
{
color: #CCBAE3;
}
</style>
background-color css
<style>
a { background-color: #CCBAE3; }
a { background-color: rgb(204,186,227); }
div.DivClassName
{
background-color: #CCBAE3;
}
.BgClassName
{
background-color: #CCBAE3;
}
</style>
border-color css
<style>
span { border-color: #CCBAE3; }
span { border-color: rgb(204,186,227); }
td.TdClassName
{
border-color: #CCBAE3;
}
.TagClassName
{
border-color: #CCBAE3;
}
</style>