#D2F2EA

Color #D2F2EA Humming Bird (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Humming Bird #D2F2EA

Tints of Humming Bird #D2F2EA

Color information

#D2F2EA (or 0xD2F2EA) is unknown color: approx Humming Bird. HEX triplet: D2, F2 and EA. RGB value is (210,242,234). Sum of RGB (Red+Green+Blue) = 210+242+234=686 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.61% from 686); Green value is 242 (94.92% from 255 or 35.28% from 686); Blue value is 234 (91.80% from 255 or 34.11% from 686); Max value from RGB is 242 - color contains mainly: green. Hex color #D2F2EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2F2EA is #2D0D15. Grayscale: #E7E7E7. Windows color (decimal): -2952470 or 15397586. OLE color: 15397586.

HSL color Cylindrical-coordinate representation of color #D2F2EA: hue angle of 165º degrees, saturation: 0.55, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D2F2EA is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB210242234-
CMYK0.1300.030.05
HSL165º55.17%88.63%-
HSV(B)165º13.22%94.9%-
XYZ73.1883.1590.03-
YUV231.52129.4112.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 30.61%
GREEN value IS 242 (94.92% from 255) = 35.28%
BLUE value IS 234 (91.80% from 255) = 34.11%
R=30.61%
G=35.28%
B=34.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2102422340.1300.030.0516555.1788.63
HexD2F2EAD035a53759
Octal3223623521503524567131
Binary1101001011110010111010101101011101101001011101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F2EA; }

 p { color: rgb(210,242,234); }

 H1.HeaderClassName
 {
   color: #D2F2EA;
 }
 .AnyTagClassName
 {
   color: #D2F2EA;
 }
</style>
background-color css

<style>
 a { background-color: #D2F2EA; }

 a { background-color: rgb(210,242,234); }

 div.DivClassName
 {
   background-color: #D2F2EA;
 }
 .BgClassName
 {
   background-color: #D2F2EA;
 }
</style>
border-color css

<style>
 span { border-color: #D2F2EA; }

 span { border-color: rgb(210,242,234); }

 td.TdClassName
 {
   border-color: #D2F2EA;
 }
 .TagClassName
 {
   border-color: #D2F2EA;
 }
</style>