Shades of Humming Bird #CDF6ED
Tints of Humming Bird #CDF6ED
RGB
CMYK
RGB Variations
Color information
#CDF6ED (or 0xCDF6ED) is known color: Humming Bird. HEX triplet: CD, F6 and ED. RGB value is (205,246,237). Sum of RGB (Red+Green+Blue) = 205+246+237=688 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.80% from 688); Green value is 246 (96.48% from 255 or 35.76% from 688); Blue value is 237 (92.97% from 255 or 34.45% from 688); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF6ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF6ED is #320912. Grayscale: #E8E8E8. Windows color (decimal): -3279123 or 15595213. OLE color: 15595213.
HSL color Cylindrical-coordinate representation of color #CDF6ED: hue angle of 166.83º degrees, saturation: 0.69, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDF6ED is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
RGB | 205 | 246 | 237 | - |
CMYK | 0.17 | 0 | 0.04 | 0.04 |
HSL | 166.83º | 0.69% | 0.88% | - |
HSV(B) | 166.83º | 0.17% | 0.96% | - |
XYZ | 73.42 | 85.01 | 92.66 | - |
YUV | 232.72 | 130.42 | 108.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 246 | 237 | 0.17 | 0 | 0.04 | 0.04 | 166.83 | 0.69 | 0.88 |
Hex | CD | F6 | ED | 11 | 0 | 4 | 4 | A7 | 45 | 58 |
Octal | 315 | 366 | 355 | 21 | 0 | 4 | 4 | 247 | 105 | 130 |
Binary | 11001101 | 11110110 | 11101101 | 10001 | 0 | 100 | 100 | 10100111 | 1000101 | 1011000 |
Color Harmonies of #CDF6ED
Complementary color
Monochromatic Colors of #CDF6ED
Black with #CDF6ED
Text Example
Text Example
White with #CDF6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF6ED; }
p { color: rgb(205,246,237); }
H1.HeaderClassName
{
color: #CDF6ED;
}
.AnyTagClassName
{
color: #CDF6ED;
}
</style>
background-color css
<style>
a { background-color: #CDF6ED; }
a { background-color: rgb(205,246,237); }
div.DivClassName
{
background-color: #CDF6ED;
}
.BgClassName
{
background-color: #CDF6ED;
}
</style>
border-color css
<style>
span { border-color: #CDF6ED; }
span { border-color: rgb(205,246,237); }
td.TdClassName
{
border-color: #CDF6ED;
}
.TagClassName
{
border-color: #CDF6ED;
}
</style>