Shades of Humming Bird #CCF3E8
Tints of Humming Bird #CCF3E8
RGB
CMYK
RGB Variations
Color information
#CCF3E8 (or 0xCCF3E8) is known color: Humming Bird. HEX triplet: CC, F3 and E8. RGB value is (204,243,232). Sum of RGB (Red+Green+Blue) = 204+243+232=679 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.04% from 679); Green value is 243 (95.31% from 255 or 35.79% from 679); Blue value is 232 (91.02% from 255 or 34.17% from 679); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF3E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF3E8 is #330C17. Grayscale: #E6E6E6. Windows color (decimal): -3345432 or 15266764. OLE color: 15266764.
HSL color Cylindrical-coordinate representation of color #CCF3E8: hue angle of 163.08º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCF3E8 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
RGB | 204 | 243 | 232 | - |
CMYK | 0.16 | 0 | 0.05 | 0.05 |
HSL | 163.08º | 0.62% | 0.88% | - |
HSV(B) | 163.08º | 0.16% | 0.95% | - |
XYZ | 71.52 | 82.76 | 88.55 | - |
YUV | 230.09 | 129.08 | 109.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 243 | 232 | 0.16 | 0 | 0.05 | 0.05 | 163.08 | 0.62 | 0.88 |
Hex | CC | F3 | E8 | 10 | 0 | 5 | 5 | A3 | 3E | 58 |
Octal | 314 | 363 | 350 | 20 | 0 | 5 | 5 | 243 | 76 | 130 |
Binary | 11001100 | 11110011 | 11101000 | 10000 | 0 | 101 | 101 | 10100011 | 111110 | 1011000 |
Color Harmonies of #CCF3E8
Complementary color
Monochromatic Colors of #CCF3E8
Black with #CCF3E8
Text Example
Text Example
White with #CCF3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF3E8; }
p { color: rgb(204,243,232); }
H1.HeaderClassName
{
color: #CCF3E8;
}
.AnyTagClassName
{
color: #CCF3E8;
}
</style>
background-color css
<style>
a { background-color: #CCF3E8; }
a { background-color: rgb(204,243,232); }
div.DivClassName
{
background-color: #CCF3E8;
}
.BgClassName
{
background-color: #CCF3E8;
}
</style>
border-color css
<style>
span { border-color: #CCF3E8; }
span { border-color: rgb(204,243,232); }
td.TdClassName
{
border-color: #CCF3E8;
}
.TagClassName
{
border-color: #CCF3E8;
}
</style>