Shades of Humming Bird #CDFDEB
Tints of Humming Bird #CDFDEB
RGB
CMYK
RGB Variations
Color information
#CDFDEB (or 0xCDFDEB) is known color: Humming Bird. HEX triplet: CD, FD and EB. RGB value is (205,253,235). Sum of RGB (Red+Green+Blue) = 205+253+235=693 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.58% from 693); Green value is 253 (99.22% from 255 or 36.51% from 693); Blue value is 235 (92.19% from 255 or 33.91% from 693); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFDEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDFDEB is #320214. Grayscale: #ECECEC. Windows color (decimal): -3277333 or 15465933. OLE color: 15465933.
HSL color Cylindrical-coordinate representation of color #CDFDEB: hue angle of 157.5º degrees, saturation: 0.92, 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 #CDFDEB is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 205 | 253 | 235 | - |
CMYK | 0.19 | 0 | 0.07 | 0.01 |
HSL | 157.5º | 0.92% | 0.9% | - |
HSV(B) | 157.5º | 0.19% | 0.99% | - |
XYZ | 75.3 | 89.23 | 91.85 | - |
YUV | 236.6 | 127.1 | 105.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 253 | 235 | 0.19 | 0 | 0.07 | 0.01 | 157.5 | 0.92 | 0.9 |
Hex | CD | FD | EB | 13 | 0 | 7 | 1 | 9E | 5C | 5A |
Octal | 315 | 375 | 353 | 23 | 0 | 7 | 1 | 236 | 134 | 132 |
Binary | 11001101 | 11111101 | 11101011 | 10011 | 0 | 111 | 1 | 10011110 | 1011100 | 1011010 |
Color Harmonies of #CDFDEB
Complementary color
Monochromatic Colors of #CDFDEB
Black with #CDFDEB
Text Example
Text Example
White with #CDFDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFDEB; }
p { color: rgb(205,253,235); }
H1.HeaderClassName
{
color: #CDFDEB;
}
.AnyTagClassName
{
color: #CDFDEB;
}
</style>
background-color css
<style>
a { background-color: #CDFDEB; }
a { background-color: rgb(205,253,235); }
div.DivClassName
{
background-color: #CDFDEB;
}
.BgClassName
{
background-color: #CDFDEB;
}
</style>
border-color css
<style>
span { border-color: #CDFDEB; }
span { border-color: rgb(205,253,235); }
td.TdClassName
{
border-color: #CDFDEB;
}
.TagClassName
{
border-color: #CDFDEB;
}
</style>