#D0F8EE

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

Shades of Humming Bird #D0F8EE

Tints of Humming Bird #D0F8EE

Color information

#D0F8EE (or 0xD0F8EE) is unknown color: approx Humming Bird. HEX triplet: D0, F8 and EE. RGB value is (208,248,238). Sum of RGB (Red+Green+Blue) = 208+248+238=694 (91% of max value = 765). Red value is 208 (81.64% from 255 or 29.97% from 694); Green value is 248 (97.27% from 255 or 35.73% from 694); Blue value is 238 (93.36% from 255 or 34.29% from 694); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F8EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F8EE is #2F0711. Grayscale: #EAEAEA. Windows color (decimal): -3082002 or 15661264. OLE color: 15661264.

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

Color convert

RGB208248238-
CMYK0.1600.040.03
HSL165º74.07%89.41%-
HSV(B)165º16.13%97.25%-
XYZ75.0186.7293.67-
YUV234.9129.75108.81-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 29.97%
GREEN value IS 248 (97.27% from 255) = 35.73%
BLUE value IS 238 (93.36% from 255) = 34.29%
R=29.97%
G=35.73%
B=34.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2082482380.1600.040.0316574.0789.41
HexD0F8EE10043a54a59
Octal32037035620043245112131
Binary110100001111100011101110100000100111010010110010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F8EE; }

 p { color: rgb(208,248,238); }

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

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

 a { background-color: rgb(208,248,238); }

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

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

 span { border-color: rgb(208,248,238); }

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