#D2FBEE

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

Shades of Humming Bird #D2FBEE

Tints of Humming Bird #D2FBEE

Color information

#D2FBEE (or 0xD2FBEE) is unknown color: approx Humming Bird. HEX triplet: D2, FB and EE. RGB value is (210,251,238). Sum of RGB (Red+Green+Blue) = 210+251+238=699 (92% of max value = 765). Red value is 210 (82.42% from 255 or 30.04% from 699); Green value is 251 (98.44% from 255 or 35.91% from 699); Blue value is 238 (93.36% from 255 or 34.05% from 699); Max value from RGB is 251 - color contains mainly: green. Hex color #D2FBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2FBEE is #2D0411. Grayscale: #EDEDED. Windows color (decimal): -2950162 or 15662034. OLE color: 15662034.

HSL color Cylindrical-coordinate representation of color #D2FBEE: hue angle of 160.98º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2FBEE is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB210251238-
CMYK0.1600.050.02
HSL160.98º83.67%90.39%-
HSV(B)160.98º16.33%98.43%-
XYZ76.5188.8794.01-
YUV237.26128.42108.56-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.04%
GREEN value IS 251 (98.44% from 255) = 35.91%
BLUE value IS 238 (93.36% from 255) = 34.05%
R=30.04%
G=35.91%
B=34.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2102512380.1600.050.02160.9883.6790.39
HexD2FBEE10052a1545a
Octal32237335620052241124132
Binary110100101111101111101110100000101101010000110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FBEE; }

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

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

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

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

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

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

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

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