#D2F7EE

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

Shades of Humming Bird #D2F7EE

Tints of Humming Bird #D2F7EE

Color information

#D2F7EE (or 0xD2F7EE) is unknown color: approx Humming Bird. HEX triplet: D2, F7 and EE. RGB value is (210,247,238). Sum of RGB (Red+Green+Blue) = 210+247+238=695 (92% of max value = 765). Red value is 210 (82.42% from 255 or 30.22% from 695); Green value is 247 (96.88% from 255 or 35.54% from 695); Blue value is 238 (93.36% from 255 or 34.24% from 695); Max value from RGB is 247 - color contains mainly: green. Hex color #D2F7EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2F7EE is #2D0811. Grayscale: #EAEAEA. Windows color (decimal): -2951186 or 15661010. OLE color: 15661010.

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

Color convert

RGB210247238-
CMYK0.1500.040.03
HSL165.41º69.81%89.61%-
HSV(B)165.41º14.98%96.86%-
XYZ75.2786.493.6-
YUV234.91129.74110.23-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.22%
GREEN value IS 247 (96.88% from 255) = 35.54%
BLUE value IS 238 (93.36% from 255) = 34.24%
R=30.22%
G=35.54%
B=34.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2102472380.1500.040.03165.4169.8189.61
HexD2F7EEF043a5465a
Octal32236735617043245106132
Binary11010010111101111110111011110100111010010110001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F7EE; }

 p { color: rgb(210,247,238); }

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

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

 a { background-color: rgb(210,247,238); }

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

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

 span { border-color: rgb(210,247,238); }

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