Shades of Humming Bird #CCEDE2
Tints of Humming Bird #CCEDE2
RGB
CMYK
RGB Variations
Color information
#CCEDE2 (or 0xCCEDE2) is known color: Humming Bird. HEX triplet: CC, ED and E2. RGB value is (204,237,226). Sum of RGB (Red+Green+Blue) = 204+237+226=667 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.58% from 667); Green value is 237 (92.97% from 255 or 35.53% from 667); Blue value is 226 (88.67% from 255 or 33.88% from 667); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEDE2 is #33121D. Grayscale: #E1E1E1. Windows color (decimal): -3346974 or 14872012. OLE color: 14872012.
HSL color Cylindrical-coordinate representation of color #CCEDE2: hue angle of 160º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCEDE2 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 237 | 226 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.07 |
| HSL | 160º | 0.48% | 0.86% | - |
| HSV(B) | 160º | 0.14% | 0.93% | - |
| XYZ | 68.91 | 78.9 | 83.55 | - |
| YUV | 225.88 | 128.07 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 237 | 226 | 0.14 | 0 | 0.05 | 0.07 | 160 | 0.48 | 0.86 |
| Hex | CC | ED | E2 | E | 0 | 5 | 7 | A0 | 30 | 56 |
| Octal | 314 | 355 | 342 | 16 | 0 | 5 | 7 | 240 | 60 | 126 |
| Binary | 11001100 | 11101101 | 11100010 | 1110 | 0 | 101 | 111 | 10100000 | 110000 | 1010110 |
Color Harmonies of #CCEDE2
Complementary color
Monochromatic Colors of #CCEDE2
Black with #CCEDE2
Text Example
Text Example
White with #CCEDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEDE2; }
p { color: rgb(204,237,226); }
H1.HeaderClassName
{
color: #CCEDE2;
}
.AnyTagClassName
{
color: #CCEDE2;
}
</style>
background-color css
<style>
a { background-color: #CCEDE2; }
a { background-color: rgb(204,237,226); }
div.DivClassName
{
background-color: #CCEDE2;
}
.BgClassName
{
background-color: #CCEDE2;
}
</style>
border-color css
<style>
span { border-color: #CCEDE2; }
span { border-color: rgb(204,237,226); }
td.TdClassName
{
border-color: #CCEDE2;
}
.TagClassName
{
border-color: #CCEDE2;
}
</style>