#D2FEF0

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

Shades of Humming Bird #D2FEF0

Tints of Humming Bird #D2FEF0

Color information

#D2FEF0 (or 0xD2FEF0) is unknown color: approx Humming Bird. HEX triplet: D2, FE and F0. RGB value is (210,254,240). Sum of RGB (Red+Green+Blue) = 210+254+240=704 (93% of max value = 765). Red value is 210 (82.42% from 255 or 29.83% from 704); Green value is 254 (99.61% from 255 or 36.08% from 704); Blue value is 240 (94.14% from 255 or 34.09% from 704); Max value from RGB is 254 - color contains mainly: green. Hex color #D2FEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2FEF0 is #2D010F. Grayscale: #EFEFEF. Windows color (decimal): -2949392 or 15793874. OLE color: 15793874.

HSL color Cylindrical-coordinate representation of color #D2FEF0: hue angle of 160.91º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2FEF0 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB210254240-
CMYK0.1700.060.00
HSL160.91º95.65%90.98%-
HSV(B)160.91º17.32%99.61%-
XYZ77.7590.8895.88-
YUV239.25128.42107.14-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 29.83%
GREEN value IS 254 (99.61% from 255) = 36.08%
BLUE value IS 240 (94.14% from 255) = 34.09%
R=29.83%
G=36.08%
B=34.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2102542400.1700.060.00160.9195.6590.98
HexD2FEF011060a1605b
Octal32237636021060241140133
Binary11010010111111101111000010001011001010000111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FEF0; }

 p { color: rgb(210,254,240); }

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

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

 a { background-color: rgb(210,254,240); }

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

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

 span { border-color: rgb(210,254,240); }

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