Shades of Humming Bird #CDF2E6
Tints of Humming Bird #CDF2E6
RGB
CMYK
RGB Variations
Color information
#CDF2E6 (or 0xCDF2E6) is known color: Humming Bird. HEX triplet: CD, F2 and E6. RGB value is (205,242,230). Sum of RGB (Red+Green+Blue) = 205+242+230=677 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.28% from 677); Green value is 242 (94.92% from 255 or 35.75% from 677); Blue value is 230 (90.23% from 255 or 33.97% from 677); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF2E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF2E6 is #320D19. Grayscale: #E5E5E5. Windows color (decimal): -3280154 or 15135437. OLE color: 15135437.
HSL color Cylindrical-coordinate representation of color #CDF2E6: hue angle of 160.54º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDF2E6 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 230 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.05 |
| HSL | 160.54º | 0.59% | 0.88% | - |
| HSV(B) | 160.54º | 0.15% | 0.95% | - |
| XYZ | 71.21 | 82.2 | 86.98 | - |
| YUV | 229.57 | 128.24 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 230 | 0.15 | 0 | 0.05 | 0.05 | 160.54 | 0.59 | 0.88 |
| Hex | CD | F2 | E6 | F | 0 | 5 | 5 | A1 | 3B | 58 |
| Octal | 315 | 362 | 346 | 17 | 0 | 5 | 5 | 241 | 73 | 130 |
| Binary | 11001101 | 11110010 | 11100110 | 1111 | 0 | 101 | 101 | 10100001 | 111011 | 1011000 |
Color Harmonies of #CDF2E6
Complementary color
Monochromatic Colors of #CDF2E6
Black with #CDF2E6
Text Example
Text Example
White with #CDF2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF2E6; }
p { color: rgb(205,242,230); }
H1.HeaderClassName
{
color: #CDF2E6;
}
.AnyTagClassName
{
color: #CDF2E6;
}
</style>
background-color css
<style>
a { background-color: #CDF2E6; }
a { background-color: rgb(205,242,230); }
div.DivClassName
{
background-color: #CDF2E6;
}
.BgClassName
{
background-color: #CDF2E6;
}
</style>
border-color css
<style>
span { border-color: #CDF2E6; }
span { border-color: rgb(205,242,230); }
td.TdClassName
{
border-color: #CDF2E6;
}
.TagClassName
{
border-color: #CDF2E6;
}
</style>