Shades of Fog #CCBEEA
Tints of Fog #CCBEEA
RGB
CMYK
RGB Variations
Color information
#CCBEEA (or 0xCCBEEA) is known color: Fog. HEX triplet: CC, BE and EA. RGB value is (204,190,234). Sum of RGB (Red+Green+Blue) = 204+190+234=628 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.48% from 628); Green value is 190 (74.61% from 255 or 30.25% from 628); Blue value is 234 (91.80% from 255 or 37.26% from 628); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCBEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBEEA is #334115. Grayscale: #C7C7C7. Windows color (decimal): -3358998 or 15384268. OLE color: 15384268.
HSL color Cylindrical-coordinate representation of color #CCBEEA: hue angle of 259.09º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCBEEA is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 190 | 234 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.08 |
| HSL | 259.09º | 0.51% | 0.83% | - |
| HSV(B) | 259.09º | 0.19% | 0.92% | - |
| XYZ | 58.17 | 55.6 | 85.51 | - |
| YUV | 199.2 | 147.64 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 190 | 234 | 0.13 | 0.19 | 0 | 0.08 | 259.09 | 0.51 | 0.83 |
| Hex | CC | BE | EA | D | 13 | 0 | 8 | 103 | 33 | 53 |
| Octal | 314 | 276 | 352 | 15 | 23 | 0 | 10 | 403 | 63 | 123 |
| Binary | 11001100 | 10111110 | 11101010 | 1101 | 10011 | 0 | 1000 | 100000011 | 110011 | 1010011 |
Color Harmonies of #CCBEEA
Complementary color
Monochromatic Colors of #CCBEEA
Black with #CCBEEA
Text Example
Text Example
White with #CCBEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBEEA; }
p { color: rgb(204,190,234); }
H1.HeaderClassName
{
color: #CCBEEA;
}
.AnyTagClassName
{
color: #CCBEEA;
}
</style>
background-color css
<style>
a { background-color: #CCBEEA; }
a { background-color: rgb(204,190,234); }
div.DivClassName
{
background-color: #CCBEEA;
}
.BgClassName
{
background-color: #CCBEEA;
}
</style>
border-color css
<style>
span { border-color: #CCBEEA; }
span { border-color: rgb(204,190,234); }
td.TdClassName
{
border-color: #CCBEEA;
}
.TagClassName
{
border-color: #CCBEEA;
}
</style>