Shades of Humming Bird #CDF1E5
Tints of Humming Bird #CDF1E5
RGB
CMYK
RGB Variations
Color information
#CDF1E5 (or 0xCDF1E5) is known color: Humming Bird. HEX triplet: CD, F1 and E5. RGB value is (205,241,229). Sum of RGB (Red+Green+Blue) = 205+241+229=675 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.37% from 675); Green value is 241 (94.53% from 255 or 35.70% from 675); Blue value is 229 (89.84% from 255 or 33.93% from 675); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF1E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF1E5 is #320E1A. Grayscale: #E4E4E4. Windows color (decimal): -3280411 or 15069645. OLE color: 15069645.
HSL color Cylindrical-coordinate representation of color #CDF1E5: hue angle of 160º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDF1E5 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
RGB | 205 | 241 | 229 | - |
CMYK | 0.15 | 0 | 0.05 | 0.05 |
HSL | 160º | 0.56% | 0.87% | - |
HSV(B) | 160º | 0.15% | 0.95% | - |
XYZ | 70.77 | 81.55 | 86.14 | - |
YUV | 228.87 | 128.07 | 110.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 241 | 229 | 0.15 | 0 | 0.05 | 0.05 | 160 | 0.56 | 0.87 |
Hex | CD | F1 | E5 | F | 0 | 5 | 5 | A0 | 38 | 57 |
Octal | 315 | 361 | 345 | 17 | 0 | 5 | 5 | 240 | 70 | 127 |
Binary | 11001101 | 11110001 | 11100101 | 1111 | 0 | 101 | 101 | 10100000 | 111000 | 1010111 |
Color Harmonies of #CDF1E5
Complementary color
Monochromatic Colors of #CDF1E5
Black with #CDF1E5
Text Example
Text Example
White with #CDF1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF1E5; }
p { color: rgb(205,241,229); }
H1.HeaderClassName
{
color: #CDF1E5;
}
.AnyTagClassName
{
color: #CDF1E5;
}
</style>
background-color css
<style>
a { background-color: #CDF1E5; }
a { background-color: rgb(205,241,229); }
div.DivClassName
{
background-color: #CDF1E5;
}
.BgClassName
{
background-color: #CDF1E5;
}
</style>
border-color css
<style>
span { border-color: #CDF1E5; }
span { border-color: rgb(205,241,229); }
td.TdClassName
{
border-color: #CDF1E5;
}
.TagClassName
{
border-color: #CDF1E5;
}
</style>