Shades of Humming Bird #CCFFEE
Tints of Humming Bird #CCFFEE
RGB
CMYK
RGB Variations
Color information
#CCFFEE (or 0xCCFFEE) is known color: Humming Bird. HEX triplet: CC, FF and EE. RGB value is (204,255,238). Sum of RGB (Red+Green+Blue) = 204+255+238=697 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.27% from 697); Green value is 255 (100% from 255 or 36.59% from 697); Blue value is 238 (93.36% from 255 or 34.15% from 697); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFFEE is #330011. Grayscale: #EDEDED. Windows color (decimal): -3342354 or 15663052. OLE color: 15663052.
HSL color Cylindrical-coordinate representation of color #CCFFEE: hue angle of 160º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCFFEE is Cyan = 0.2, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 204 | 255 | 238 | - |
CMYK | 0.2 | 0 | 0.07 | 0 |
HSL | 160º | 1% | 0.9% | - |
HSV(B) | 160º | 0.2% | 1% | - |
XYZ | 76.09 | 90.53 | 94.35 | - |
YUV | 237.81 | 128.1 | 103.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 255 | 238 | 0.2 | 0 | 0.07 | 0 | 160 | 1 | 0.9 |
Hex | CC | FF | EE | 14 | 0 | 7 | 0 | A0 | 64 | 5A |
Octal | 314 | 377 | 356 | 24 | 0 | 7 | 0 | 240 | 144 | 132 |
Binary | 11001100 | 11111111 | 11101110 | 10100 | 0 | 111 | 0 | 10100000 | 1100100 | 1011010 |
Color Harmonies of #CCFFEE
Complementary color
Monochromatic Colors of #CCFFEE
Black with #CCFFEE
Text Example
Text Example
White with #CCFFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFFEE; }
p { color: rgb(204,255,238); }
H1.HeaderClassName
{
color: #CCFFEE;
}
.AnyTagClassName
{
color: #CCFFEE;
}
</style>
background-color css
<style>
a { background-color: #CCFFEE; }
a { background-color: rgb(204,255,238); }
div.DivClassName
{
background-color: #CCFFEE;
}
.BgClassName
{
background-color: #CCFFEE;
}
</style>
border-color css
<style>
span { border-color: #CCFFEE; }
span { border-color: rgb(204,255,238); }
td.TdClassName
{
border-color: #CCFFEE;
}
.TagClassName
{
border-color: #CCFFEE;
}
</style>