Shades of Humming Bird #CFFDED
Tints of Humming Bird #CFFDED
RGB
CMYK
RGB Variations
Color information
#CFFDED (or 0xCFFDED) is known color: Humming Bird. HEX triplet: CF, FD and ED. RGB value is (207,253,237). Sum of RGB (Red+Green+Blue) = 207+253+237=697 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.70% from 697); Green value is 253 (99.22% from 255 or 36.30% from 697); Blue value is 237 (92.97% from 255 or 34.00% from 697); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFDED is #300212. Grayscale: #EDEDED. Windows color (decimal): -3146259 or 15597007. OLE color: 15597007.
HSL color Cylindrical-coordinate representation of color #CFFDED: hue angle of 159.13º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFFDED is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 207 | 253 | 237 | - |
CMYK | 0.18 | 0 | 0.06 | 0.01 |
HSL | 159.13º | 0.92% | 0.9% | - |
HSV(B) | 159.13º | 0.18% | 0.99% | - |
XYZ | 76.14 | 89.63 | 93.41 | - |
YUV | 237.42 | 127.76 | 106.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 253 | 237 | 0.18 | 0 | 0.06 | 0.01 | 159.13 | 0.92 | 0.9 |
Hex | CF | FD | ED | 12 | 0 | 6 | 1 | 9F | 5C | 5A |
Octal | 317 | 375 | 355 | 22 | 0 | 6 | 1 | 237 | 134 | 132 |
Binary | 11001111 | 11111101 | 11101101 | 10010 | 0 | 110 | 1 | 10011111 | 1011100 | 1011010 |
Color Harmonies of #CFFDED
Complementary color
Monochromatic Colors of #CFFDED
Black with #CFFDED
Text Example
Text Example
White with #CFFDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFDED; }
p { color: rgb(207,253,237); }
H1.HeaderClassName
{
color: #CFFDED;
}
.AnyTagClassName
{
color: #CFFDED;
}
</style>
background-color css
<style>
a { background-color: #CFFDED; }
a { background-color: rgb(207,253,237); }
div.DivClassName
{
background-color: #CFFDED;
}
.BgClassName
{
background-color: #CFFDED;
}
</style>
border-color css
<style>
span { border-color: #CFFDED; }
span { border-color: rgb(207,253,237); }
td.TdClassName
{
border-color: #CFFDED;
}
.TagClassName
{
border-color: #CFFDED;
}
</style>