#D4FDEE

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

Shades of Humming Bird #D4FDEE

Tints of Humming Bird #D4FDEE

Color information

#D4FDEE (or 0xD4FDEE) is unknown color: approx Humming Bird. HEX triplet: D4, FD and EE. RGB value is (212,253,238). Sum of RGB (Red+Green+Blue) = 212+253+238=703 (93% of max value = 765). Red value is 212 (83.20% from 255 or 30.16% from 703); Green value is 253 (99.22% from 255 or 35.99% from 703); Blue value is 238 (93.36% from 255 or 33.85% from 703); Max value from RGB is 253 - color contains mainly: green. Hex color #D4FDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4FDEE is #2B0211. Grayscale: #EFEFEF. Windows color (decimal): -2818578 or 15662548. OLE color: 15662548.

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

Color convert

RGB212253238-
CMYK0.1600.060.01
HSL158.05º91.11%91.18%-
HSV(B)158.05º16.21%99.22%-
XYZ77.7190.4294.25-
YUV239.03127.42108.72-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 30.16%
GREEN value IS 253 (99.22% from 255) = 35.99%
BLUE value IS 238 (93.36% from 255) = 33.85%
R=30.16%
G=35.99%
B=33.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2122532380.1600.060.01158.0591.1191.18
HexD4FDEE100619e5b5b
Octal32437535620061236133133
Binary11010100111111011110111010000011011001111010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4FDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4FDEE; }

 p { color: rgb(212,253,238); }

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

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

 a { background-color: rgb(212,253,238); }

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

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

 span { border-color: rgb(212,253,238); }

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