Shades of Humming Bird #CDFCEC
Tints of Humming Bird #CDFCEC
RGB
CMYK
RGB Variations
Color information
#CDFCEC (or 0xCDFCEC) is known color: Humming Bird. HEX triplet: CD, FC and EC. RGB value is (205,252,236). Sum of RGB (Red+Green+Blue) = 205+252+236=693 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.58% from 693); Green value is 252 (98.83% from 255 or 36.36% from 693); Blue value is 236 (92.58% from 255 or 34.05% from 693); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFCEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDFCEC is #320313. Grayscale: #ECECEC. Windows color (decimal): -3277588 or 15531213. OLE color: 15531213.
HSL color Cylindrical-coordinate representation of color #CDFCEC: hue angle of 159.57º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDFCEC is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 205 | 252 | 236 | - |
CMYK | 0.19 | 0 | 0.06 | 0.01 |
HSL | 159.57º | 0.89% | 0.9% | - |
HSV(B) | 159.57º | 0.19% | 0.99% | - |
XYZ | 75.13 | 88.66 | 92.51 | - |
YUV | 236.12 | 127.93 | 105.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 252 | 236 | 0.19 | 0 | 0.06 | 0.01 | 159.57 | 0.89 | 0.9 |
Hex | CD | FC | EC | 13 | 0 | 6 | 1 | A0 | 59 | 5A |
Octal | 315 | 374 | 354 | 23 | 0 | 6 | 1 | 240 | 131 | 132 |
Binary | 11001101 | 11111100 | 11101100 | 10011 | 0 | 110 | 1 | 10100000 | 1011001 | 1011010 |
Color Harmonies of #CDFCEC
Complementary color
Monochromatic Colors of #CDFCEC
Black with #CDFCEC
Text Example
Text Example
White with #CDFCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFCEC; }
p { color: rgb(205,252,236); }
H1.HeaderClassName
{
color: #CDFCEC;
}
.AnyTagClassName
{
color: #CDFCEC;
}
</style>
background-color css
<style>
a { background-color: #CDFCEC; }
a { background-color: rgb(205,252,236); }
div.DivClassName
{
background-color: #CDFCEC;
}
.BgClassName
{
background-color: #CDFCEC;
}
</style>
border-color css
<style>
span { border-color: #CDFCEC; }
span { border-color: rgb(205,252,236); }
td.TdClassName
{
border-color: #CDFCEC;
}
.TagClassName
{
border-color: #CDFCEC;
}
</style>