Shades of Fog #CCBEE2
Tints of Fog #CCBEE2
RGB
CMYK
RGB Variations
Color information
#CCBEE2 (or 0xCCBEE2) is known color: Fog. HEX triplet: CC, BE and E2. RGB value is (204,190,226). Sum of RGB (Red+Green+Blue) = 204+190+226=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 190 (74.61% from 255 or 30.65% from 620); Blue value is 226 (88.67% from 255 or 36.45% from 620); Max value from RGB is 226 - color contains mainly: blue. Hex color #CCBEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBEE2 is #33411D. Grayscale: #C6C6C6. Windows color (decimal): -3359006 or 14859980. OLE color: 14859980.
HSL color Cylindrical-coordinate representation of color #CCBEE2: hue angle of 263.33º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCBEE2 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 204 | 190 | 226 | - |
CMYK | 0.10 | 0.16 | 0 | 0.11 |
HSL | 263.33º | 0.38% | 0.82% | - |
HSV(B) | 263.33º | 0.16% | 0.89% | - |
XYZ | 57.04 | 55.16 | 79.59 | - |
YUV | 198.29 | 143.64 | 132.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 190 | 226 | 0.10 | 0.16 | 0 | 0.11 | 263.33 | 0.38 | 0.82 |
Hex | CC | BE | E2 | A | 10 | 0 | B | 107 | 26 | 52 |
Octal | 314 | 276 | 342 | 12 | 20 | 0 | 13 | 407 | 46 | 122 |
Binary | 11001100 | 10111110 | 11100010 | 1010 | 10000 | 0 | 1011 | 100000111 | 100110 | 1010010 |
Color Harmonies of #CCBEE2
Complementary color
Monochromatic Colors of #CCBEE2
Black with #CCBEE2
Text Example
Text Example
White with #CCBEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBEE2; }
p { color: rgb(204,190,226); }
H1.HeaderClassName
{
color: #CCBEE2;
}
.AnyTagClassName
{
color: #CCBEE2;
}
</style>
background-color css
<style>
a { background-color: #CCBEE2; }
a { background-color: rgb(204,190,226); }
div.DivClassName
{
background-color: #CCBEE2;
}
.BgClassName
{
background-color: #CCBEE2;
}
</style>
border-color css
<style>
span { border-color: #CCBEE2; }
span { border-color: rgb(204,190,226); }
td.TdClassName
{
border-color: #CCBEE2;
}
.TagClassName
{
border-color: #CCBEE2;
}
</style>