Shades of Fog #CCBEEC
Tints of Fog #CCBEEC
RGB
CMYK
RGB Variations
Color information
#CCBEEC (or 0xCCBEEC) is known color: Fog. HEX triplet: CC, BE and EC. RGB value is (204,190,236). Sum of RGB (Red+Green+Blue) = 204+190+236=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 190 (74.61% from 255 or 30.16% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCBEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBEEC is #334113. Grayscale: #C7C7C7. Windows color (decimal): -3358996 or 15515340. OLE color: 15515340.
HSL color Cylindrical-coordinate representation of color #CCBEEC: hue angle of 258.26º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCBEEC is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 190 | 236 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.07 |
| HSL | 258.26º | 0.55% | 0.84% | - |
| HSV(B) | 258.26º | 0.19% | 0.93% | - |
| XYZ | 58.46 | 55.72 | 87.03 | - |
| YUV | 199.43 | 148.64 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 190 | 236 | 0.14 | 0.19 | 0 | 0.07 | 258.26 | 0.55 | 0.84 |
| Hex | CC | BE | EC | E | 13 | 0 | 7 | 102 | 37 | 54 |
| Octal | 314 | 276 | 354 | 16 | 23 | 0 | 7 | 402 | 67 | 124 |
| Binary | 11001100 | 10111110 | 11101100 | 1110 | 10011 | 0 | 111 | 100000010 | 110111 | 1010100 |
Color Harmonies of #CCBEEC
Complementary color
Monochromatic Colors of #CCBEEC
Black with #CCBEEC
Text Example
Text Example
White with #CCBEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBEEC; }
p { color: rgb(204,190,236); }
H1.HeaderClassName
{
color: #CCBEEC;
}
.AnyTagClassName
{
color: #CCBEEC;
}
</style>
background-color css
<style>
a { background-color: #CCBEEC; }
a { background-color: rgb(204,190,236); }
div.DivClassName
{
background-color: #CCBEEC;
}
.BgClassName
{
background-color: #CCBEEC;
}
</style>
border-color css
<style>
span { border-color: #CCBEEC; }
span { border-color: rgb(204,190,236); }
td.TdClassName
{
border-color: #CCBEEC;
}
.TagClassName
{
border-color: #CCBEEC;
}
</style>