#D2FCEB

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

Shades of Humming Bird #D2FCEB

Tints of Humming Bird #D2FCEB

Color information

#D2FCEB (or 0xD2FCEB) is unknown color: approx Humming Bird. HEX triplet: D2, FC and EB. RGB value is (210,252,235). Sum of RGB (Red+Green+Blue) = 210+252+235=697 (92% of max value = 765). Red value is 210 (82.42% from 255 or 30.13% from 697); Green value is 252 (98.83% from 255 or 36.15% from 697); Blue value is 235 (92.19% from 255 or 33.72% from 697); Max value from RGB is 252 - color contains mainly: green. Hex color #D2FCEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2FCEB is #2D0314. Grayscale: #EDEDED. Windows color (decimal): -2949909 or 15465682. OLE color: 15465682.

HSL color Cylindrical-coordinate representation of color #D2FCEB: hue angle of 155.71º 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 #D2FCEB is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB210252235-
CMYK0.1700.070.01
HSL155.71º87.5%90.59%-
HSV(B)155.71º16.67%98.82%-
XYZ76.3889.3291.81-
YUV237.5126.59108.38-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.13%
GREEN value IS 252 (98.83% from 255) = 36.15%
BLUE value IS 235 (92.19% from 255) = 33.72%
R=30.13%
G=36.15%
B=33.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2102522350.1700.070.01155.7187.590.59
HexD2FCEB110719c585b
Octal32237435321071234130133
Binary11010010111111001110101110001011111001110010110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FCEB; }

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

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

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

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

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

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

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

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