#D0F1E6

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

Shades of Humming Bird #D0F1E6

Tints of Humming Bird #D0F1E6

Color information

#D0F1E6 (or 0xD0F1E6) is unknown color: approx Humming Bird. HEX triplet: D0, F1 and E6. RGB value is (208,241,230). Sum of RGB (Red+Green+Blue) = 208+241+230=679 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.63% from 679); Green value is 241 (94.53% from 255 or 35.49% from 679); Blue value is 230 (90.23% from 255 or 33.87% from 679); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F1E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F1E6 is #2F0E19. Grayscale: #E5E5E5. Windows color (decimal): -3083802 or 15135184. OLE color: 15135184.

HSL color Cylindrical-coordinate representation of color #D0F1E6: hue angle of 160º degrees, saturation: 0.54, 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 #D0F1E6 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB208241230-
CMYK0.1400.050.05
HSL160º54.1%88.04%-
HSV(B)160º13.69%94.51%-
XYZ71.7582.0386.92-
YUV229.88128.07112.39-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.63%
GREEN value IS 241 (94.53% from 255) = 35.49%
BLUE value IS 230 (90.23% from 255) = 33.87%
R=30.63%
G=35.49%
B=33.87%

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
Decimal2082412300.1400.050.0516054.188.04
HexD0F1E6E055a03658
Octal3203613461605524066130
Binary11010000111100011110011011100101101101000001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F1E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F1E6; }

 p { color: rgb(208,241,230); }

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

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

 a { background-color: rgb(208,241,230); }

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

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

 span { border-color: rgb(208,241,230); }

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