#D2FCF1

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

Shades of Humming Bird #D2FCF1

Tints of Humming Bird #D2FCF1

Color information

#D2FCF1 (or 0xD2FCF1) is unknown color: approx Humming Bird. HEX triplet: D2, FC and F1. RGB value is (210,252,241). Sum of RGB (Red+Green+Blue) = 210+252+241=703 (93% of max value = 765). Red value is 210 (82.42% from 255 or 29.87% from 703); Green value is 252 (98.83% from 255 or 35.85% from 703); Blue value is 241 (94.53% from 255 or 34.28% from 703); Max value from RGB is 252 - color contains mainly: green. Hex color #D2FCF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2FCF1 is #2D030E. Grayscale: #EEEEEE. Windows color (decimal): -2949903 or 15858898. OLE color: 15858898.

HSL color Cylindrical-coordinate representation of color #D2FCF1: hue angle of 164.29º degrees, saturation: 0.88, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2FCF1 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB210252241-
CMYK0.1700.040.01
HSL164.29º87.5%90.59%-
HSV(B)164.29º16.67%98.82%-
XYZ77.2789.6796.46-
YUV238.19129.59107.89-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 29.87%
GREEN value IS 252 (98.83% from 255) = 35.85%
BLUE value IS 241 (94.53% from 255) = 34.28%
R=29.87%
G=35.85%
B=34.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2102522410.1700.040.01164.2987.590.59
HexD2FCF111041a4585b
Octal32237436121041244130133
Binary11010010111111001111000110001010011010010010110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FCF1; }

 p { color: rgb(210,252,241); }

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

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

 a { background-color: rgb(210,252,241); }

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

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

 span { border-color: rgb(210,252,241); }

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