#D0F2E5

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

Shades of Humming Bird #D0F2E5

Tints of Humming Bird #D0F2E5

Color information

#D0F2E5 (or 0xD0F2E5) is unknown color: approx Humming Bird. HEX triplet: D0, F2 and E5. RGB value is (208,242,229). Sum of RGB (Red+Green+Blue) = 208+242+229=679 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.63% from 679); Green value is 242 (94.92% from 255 or 35.64% from 679); Blue value is 229 (89.84% from 255 or 33.73% from 679); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F2E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F2E5 is #2F0D1A. Grayscale: #E6E6E6. Windows color (decimal): -3083547 or 15069904. OLE color: 15069904.

HSL color Cylindrical-coordinate representation of color #D0F2E5: hue angle of 157.06º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0F2E5 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB208242229-
CMYK0.1400.050.05
HSL157.06º56.67%88.24%-
HSV(B)157.06º14.05%94.9%-
XYZ71.9182.5786.28-
YUV230.35127.24112.06-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.63%
GREEN value IS 242 (94.92% from 255) = 35.64%
BLUE value IS 229 (89.84% from 255) = 33.73%
R=30.63%
G=35.64%
B=33.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2082422290.1400.050.05157.0656.6788.24
HexD0F2E5E0559d3958
Octal3203623451605523571130
Binary11010000111100101110010111100101101100111011110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F2E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F2E5; }

 p { color: rgb(208,242,229); }

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

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

 a { background-color: rgb(208,242,229); }

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

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

 span { border-color: rgb(208,242,229); }

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