Shades of Humming Bird #CAFDED
Tints of Humming Bird #CAFDED
RGB
CMYK
RGB Variations
Color information
#CAFDED (or 0xCAFDED) is known color: Humming Bird. HEX triplet: CA, FD and ED. RGB value is (202,253,237). Sum of RGB (Red+Green+Blue) = 202+253+237=692 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.19% from 692); Green value is 253 (99.22% from 255 or 36.56% from 692); Blue value is 237 (92.97% from 255 or 34.25% from 692); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFDED is #350212. Grayscale: #EBEBEB. Windows color (decimal): -3473939 or 15597002. OLE color: 15597002.
HSL color Cylindrical-coordinate representation of color #CAFDED: hue angle of 161.18º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAFDED is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 202 | 253 | 237 | - |
CMYK | 0.20 | 0 | 0.06 | 0.01 |
HSL | 161.18º | 0.93% | 0.89% | - |
HSV(B) | 161.18º | 0.2% | 0.99% | - |
XYZ | 74.77 | 88.92 | 93.34 | - |
YUV | 235.93 | 128.6 | 103.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 253 | 237 | 0.20 | 0 | 0.06 | 0.01 | 161.18 | 0.93 | 0.89 |
Hex | CA | FD | ED | 14 | 0 | 6 | 1 | A1 | 5D | 59 |
Octal | 312 | 375 | 355 | 24 | 0 | 6 | 1 | 241 | 135 | 131 |
Binary | 11001010 | 11111101 | 11101101 | 10100 | 0 | 110 | 1 | 10100001 | 1011101 | 1011001 |
Color Harmonies of #CAFDED
Complementary color
Monochromatic Colors of #CAFDED
Black with #CAFDED
Text Example
Text Example
White with #CAFDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFDED; }
p { color: rgb(202,253,237); }
H1.HeaderClassName
{
color: #CAFDED;
}
.AnyTagClassName
{
color: #CAFDED;
}
</style>
background-color css
<style>
a { background-color: #CAFDED; }
a { background-color: rgb(202,253,237); }
div.DivClassName
{
background-color: #CAFDED;
}
.BgClassName
{
background-color: #CAFDED;
}
</style>
border-color css
<style>
span { border-color: #CAFDED; }
span { border-color: rgb(202,253,237); }
td.TdClassName
{
border-color: #CAFDED;
}
.TagClassName
{
border-color: #CAFDED;
}
</style>