Shades of Humming Bird #CCF2E2
Tints of Humming Bird #CCF2E2
RGB
CMYK
RGB Variations
Color information
#CCF2E2 (or 0xCCF2E2) is known color: Humming Bird. HEX triplet: CC, F2 and E2. RGB value is (204,242,226). Sum of RGB (Red+Green+Blue) = 204+242+226=672 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.36% from 672); Green value is 242 (94.92% from 255 or 36.01% from 672); Blue value is 226 (88.67% from 255 or 33.63% from 672); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF2E2 is #330D1D. Grayscale: #E4E4E4. Windows color (decimal): -3345694 or 14873292. OLE color: 14873292.
HSL color Cylindrical-coordinate representation of color #CCF2E2: hue angle of 154.74º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCF2E2 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
RGB | 204 | 242 | 226 | - |
CMYK | 0.16 | 0 | 0.07 | 0.05 |
HSL | 154.74º | 0.59% | 0.87% | - |
HSV(B) | 154.74º | 0.16% | 0.95% | - |
XYZ | 70.38 | 81.83 | 84.04 | - |
YUV | 228.81 | 126.41 | 110.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 242 | 226 | 0.16 | 0 | 0.07 | 0.05 | 154.74 | 0.59 | 0.87 |
Hex | CC | F2 | E2 | 10 | 0 | 7 | 5 | 9B | 3B | 57 |
Octal | 314 | 362 | 342 | 20 | 0 | 7 | 5 | 233 | 73 | 127 |
Binary | 11001100 | 11110010 | 11100010 | 10000 | 0 | 111 | 101 | 10011011 | 111011 | 1010111 |
Color Harmonies of #CCF2E2
Complementary color
Monochromatic Colors of #CCF2E2
Black with #CCF2E2
Text Example
Text Example
White with #CCF2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF2E2; }
p { color: rgb(204,242,226); }
H1.HeaderClassName
{
color: #CCF2E2;
}
.AnyTagClassName
{
color: #CCF2E2;
}
</style>
background-color css
<style>
a { background-color: #CCF2E2; }
a { background-color: rgb(204,242,226); }
div.DivClassName
{
background-color: #CCF2E2;
}
.BgClassName
{
background-color: #CCF2E2;
}
</style>
border-color css
<style>
span { border-color: #CCF2E2; }
span { border-color: rgb(204,242,226); }
td.TdClassName
{
border-color: #CCF2E2;
}
.TagClassName
{
border-color: #CCF2E2;
}
</style>