Shades of Humming Bird #CCF3E4
Tints of Humming Bird #CCF3E4
RGB
CMYK
RGB Variations
Color information
#CCF3E4 (or 0xCCF3E4) is known color: Humming Bird. HEX triplet: CC, F3 and E4. RGB value is (204,243,228). Sum of RGB (Red+Green+Blue) = 204+243+228=675 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.22% from 675); Green value is 243 (95.31% from 255 or 36% from 675); Blue value is 228 (89.45% from 255 or 33.78% from 675); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF3E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF3E4 is #330C1B. Grayscale: #E5E5E5. Windows color (decimal): -3345436 or 15004620. OLE color: 15004620.
HSL color Cylindrical-coordinate representation of color #CCF3E4: hue angle of 156.92º 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 #CCF3E4 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
RGB | 204 | 243 | 228 | - |
CMYK | 0.16 | 0 | 0.06 | 0.05 |
HSL | 156.92º | 0.62% | 0.88% | - |
HSV(B) | 156.92º | 0.16% | 0.95% | - |
XYZ | 70.96 | 82.54 | 85.59 | - |
YUV | 229.63 | 127.08 | 109.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 243 | 228 | 0.16 | 0 | 0.06 | 0.05 | 156.92 | 0.62 | 0.88 |
Hex | CC | F3 | E4 | 10 | 0 | 6 | 5 | 9D | 3E | 58 |
Octal | 314 | 363 | 344 | 20 | 0 | 6 | 5 | 235 | 76 | 130 |
Binary | 11001100 | 11110011 | 11100100 | 10000 | 0 | 110 | 101 | 10011101 | 111110 | 1011000 |
Color Harmonies of #CCF3E4
Complementary color
Monochromatic Colors of #CCF3E4
Black with #CCF3E4
Text Example
Text Example
White with #CCF3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF3E4; }
p { color: rgb(204,243,228); }
H1.HeaderClassName
{
color: #CCF3E4;
}
.AnyTagClassName
{
color: #CCF3E4;
}
</style>
background-color css
<style>
a { background-color: #CCF3E4; }
a { background-color: rgb(204,243,228); }
div.DivClassName
{
background-color: #CCF3E4;
}
.BgClassName
{
background-color: #CCF3E4;
}
</style>
border-color css
<style>
span { border-color: #CCF3E4; }
span { border-color: rgb(204,243,228); }
td.TdClassName
{
border-color: #CCF3E4;
}
.TagClassName
{
border-color: #CCF3E4;
}
</style>