Shades of Humming Bird #CDEEE3
Tints of Humming Bird #CDEEE3
RGB
CMYK
RGB Variations
Color information
#CDEEE3 (or 0xCDEEE3) is known color: Humming Bird. HEX triplet: CD, EE and E3. RGB value is (205,238,227). Sum of RGB (Red+Green+Blue) = 205+238+227=670 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.60% from 670); Green value is 238 (93.36% from 255 or 35.52% from 670); Blue value is 227 (89.06% from 255 or 33.88% from 670); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEEE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEEE3 is #32111C. Grayscale: #E2E2E2. Windows color (decimal): -3281181 or 14937805. OLE color: 14937805.
HSL color Cylindrical-coordinate representation of color #CDEEE3: hue angle of 160º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDEEE3 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 238 | 227 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.07 |
| HSL | 160º | 0.49% | 0.87% | - |
| HSV(B) | 160º | 0.14% | 0.93% | - |
| XYZ | 69.62 | 79.67 | 84.38 | - |
| YUV | 226.88 | 128.07 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 238 | 227 | 0.14 | 0 | 0.05 | 0.07 | 160 | 0.49 | 0.87 |
| Hex | CD | EE | E3 | E | 0 | 5 | 7 | A0 | 31 | 57 |
| Octal | 315 | 356 | 343 | 16 | 0 | 5 | 7 | 240 | 61 | 127 |
| Binary | 11001101 | 11101110 | 11100011 | 1110 | 0 | 101 | 111 | 10100000 | 110001 | 1010111 |
Color Harmonies of #CDEEE3
Complementary color
Monochromatic Colors of #CDEEE3
Black with #CDEEE3
Text Example
Text Example
White with #CDEEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEEE3; }
p { color: rgb(205,238,227); }
H1.HeaderClassName
{
color: #CDEEE3;
}
.AnyTagClassName
{
color: #CDEEE3;
}
</style>
background-color css
<style>
a { background-color: #CDEEE3; }
a { background-color: rgb(205,238,227); }
div.DivClassName
{
background-color: #CDEEE3;
}
.BgClassName
{
background-color: #CDEEE3;
}
</style>
border-color css
<style>
span { border-color: #CDEEE3; }
span { border-color: rgb(205,238,227); }
td.TdClassName
{
border-color: #CDEEE3;
}
.TagClassName
{
border-color: #CDEEE3;
}
</style>