Shades of Humming Bird #CCEEE2
Tints of Humming Bird #CCEEE2
RGB
CMYK
RGB Variations
Color information
#CCEEE2 (or 0xCCEEE2) is known color: Humming Bird. HEX triplet: CC, EE and E2. RGB value is (204,238,226). Sum of RGB (Red+Green+Blue) = 204+238+226=668 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.54% from 668); Green value is 238 (93.36% from 255 or 35.63% from 668); Blue value is 226 (88.67% from 255 or 33.83% from 668); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEEE2 is #33111D. Grayscale: #E2E2E2. Windows color (decimal): -3346718 or 14872268. OLE color: 14872268.
HSL color Cylindrical-coordinate representation of color #CCEEE2: hue angle of 158.82º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCEEE2 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 238 | 226 | - |
CMYK | 0.14 | 0 | 0.05 | 0.07 |
HSL | 158.82º | 0.5% | 0.87% | - |
HSV(B) | 158.82º | 0.14% | 0.93% | - |
XYZ | 69.2 | 79.48 | 83.64 | - |
YUV | 226.47 | 127.74 | 111.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 238 | 226 | 0.14 | 0 | 0.05 | 0.07 | 158.82 | 0.5 | 0.87 |
Hex | CC | EE | E2 | E | 0 | 5 | 7 | 9F | 32 | 57 |
Octal | 314 | 356 | 342 | 16 | 0 | 5 | 7 | 237 | 62 | 127 |
Binary | 11001100 | 11101110 | 11100010 | 1110 | 0 | 101 | 111 | 10011111 | 110010 | 1010111 |
Color Harmonies of #CCEEE2
Complementary color
Monochromatic Colors of #CCEEE2
Black with #CCEEE2
Text Example
Text Example
White with #CCEEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEEE2; }
p { color: rgb(204,238,226); }
H1.HeaderClassName
{
color: #CCEEE2;
}
.AnyTagClassName
{
color: #CCEEE2;
}
</style>
background-color css
<style>
a { background-color: #CCEEE2; }
a { background-color: rgb(204,238,226); }
div.DivClassName
{
background-color: #CCEEE2;
}
.BgClassName
{
background-color: #CCEEE2;
}
</style>
border-color css
<style>
span { border-color: #CCEEE2; }
span { border-color: rgb(204,238,226); }
td.TdClassName
{
border-color: #CCEEE2;
}
.TagClassName
{
border-color: #CCEEE2;
}
</style>