Shades of Humming Bird #CDF6EE
Tints of Humming Bird #CDF6EE
RGB
CMYK
RGB Variations
Color information
#CDF6EE (or 0xCDF6EE) is known color: Humming Bird. HEX triplet: CD, F6 and EE. RGB value is (205,246,238). Sum of RGB (Red+Green+Blue) = 205+246+238=689 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.75% from 689); Green value is 246 (96.48% from 255 or 35.70% from 689); Blue value is 238 (93.36% from 255 or 34.54% from 689); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF6EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF6EE is #320911. Grayscale: #E8E8E8. Windows color (decimal): -3279122 or 15660749. OLE color: 15660749.
HSL color Cylindrical-coordinate representation of color #CDF6EE: hue angle of 168.29º 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 #CDF6EE is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
RGB | 205 | 246 | 238 | - |
CMYK | 0.17 | 0 | 0.03 | 0.04 |
HSL | 168.29º | 0.69% | 0.88% | - |
HSV(B) | 168.29º | 0.17% | 0.96% | - |
XYZ | 73.57 | 85.06 | 93.43 | - |
YUV | 232.83 | 130.92 | 108.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 246 | 238 | 0.17 | 0 | 0.03 | 0.04 | 168.29 | 0.69 | 0.88 |
Hex | CD | F6 | EE | 11 | 0 | 3 | 4 | A8 | 45 | 58 |
Octal | 315 | 366 | 356 | 21 | 0 | 3 | 4 | 250 | 105 | 130 |
Binary | 11001101 | 11110110 | 11101110 | 10001 | 0 | 11 | 100 | 10101000 | 1000101 | 1011000 |
Color Harmonies of #CDF6EE
Complementary color
Monochromatic Colors of #CDF6EE
Black with #CDF6EE
Text Example
Text Example
White with #CDF6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF6EE; }
p { color: rgb(205,246,238); }
H1.HeaderClassName
{
color: #CDF6EE;
}
.AnyTagClassName
{
color: #CDF6EE;
}
</style>
background-color css
<style>
a { background-color: #CDF6EE; }
a { background-color: rgb(205,246,238); }
div.DivClassName
{
background-color: #CDF6EE;
}
.BgClassName
{
background-color: #CDF6EE;
}
</style>
border-color css
<style>
span { border-color: #CDF6EE; }
span { border-color: rgb(205,246,238); }
td.TdClassName
{
border-color: #CDF6EE;
}
.TagClassName
{
border-color: #CDF6EE;
}
</style>