Shades of Humming Bird #CCEDE4
Tints of Humming Bird #CCEDE4
RGB
CMYK
RGB Variations
Color information
#CCEDE4 (or 0xCCEDE4) is known color: Humming Bird. HEX triplet: CC, ED and E4. RGB value is (204,237,228). Sum of RGB (Red+Green+Blue) = 204+237+228=669 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.49% from 669); Green value is 237 (92.97% from 255 or 35.43% from 669); Blue value is 228 (89.45% from 255 or 34.08% from 669); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEDE4 is #33121B. Grayscale: #E2E2E2. Windows color (decimal): -3346972 or 15003084. OLE color: 15003084.
HSL color Cylindrical-coordinate representation of color #CCEDE4: hue angle of 163.64º 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 #CCEDE4 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 237 | 228 | - |
CMYK | 0.14 | 0 | 0.04 | 0.07 |
HSL | 163.64º | 0.48% | 0.86% | - |
HSV(B) | 163.64º | 0.14% | 0.93% | - |
XYZ | 69.19 | 79.01 | 85 | - |
YUV | 226.11 | 129.07 | 112.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 237 | 228 | 0.14 | 0 | 0.04 | 0.07 | 163.64 | 0.48 | 0.86 |
Hex | CC | ED | E4 | E | 0 | 4 | 7 | A4 | 30 | 56 |
Octal | 314 | 355 | 344 | 16 | 0 | 4 | 7 | 244 | 60 | 126 |
Binary | 11001100 | 11101101 | 11100100 | 1110 | 0 | 100 | 111 | 10100100 | 110000 | 1010110 |
Color Harmonies of #CCEDE4
Complementary color
Monochromatic Colors of #CCEDE4
Black with #CCEDE4
Text Example
Text Example
White with #CCEDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEDE4; }
p { color: rgb(204,237,228); }
H1.HeaderClassName
{
color: #CCEDE4;
}
.AnyTagClassName
{
color: #CCEDE4;
}
</style>
background-color css
<style>
a { background-color: #CCEDE4; }
a { background-color: rgb(204,237,228); }
div.DivClassName
{
background-color: #CCEDE4;
}
.BgClassName
{
background-color: #CCEDE4;
}
</style>
border-color css
<style>
span { border-color: #CCEDE4; }
span { border-color: rgb(204,237,228); }
td.TdClassName
{
border-color: #CCEDE4;
}
.TagClassName
{
border-color: #CCEDE4;
}
</style>