Html Css Color HEX #D4FAEC Humming Bird

📋 copy color: '#D4FAEC'

red 212 ◦ green 250 ◦ blue 236

#D4FAEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Humming Bird #D4FAEC

Tints of Humming Bird #D4FAEC

RGB

 RED value IS 212 (83.2% from 255) = 30.37%

 GREEN value IS 250 (98.05% from 255) = 35.82%

 BLUE value IS 236 (92.58% from 255) = 33.81%

R = 30.37%
G = 35.82%
B = 33.81%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#D4FAEC (or 0xD4FAEC) is known color: Humming Bird. HEX triplet: D4, FA and EC. RGB value is (212,250,236). Sum of RGB (Red+Green+Blue) = 212+250+236=698 (92% of max value = 765). Red value is 212 (83.20% from 255 or 30.37% from 698); Green value is 250 (98.05% from 255 or 35.82% from 698); Blue value is 236 (92.58% from 255 or 33.81% from 698); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4FAEC is #2B0513. Grayscale: #EDEDED. Windows color (decimal): -2819348 or 15530708. OLE color: 15530708.

HSL color Cylindrical-coordinate representation of color #D4FAEC: hue angle of 157.89º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D4FAEC is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 250 236 -
CMYK 0.15 0 0.06 0.02
HSL 157.89º 0.79% 0.91% -
HSV(B) 157.89º 0.15% 0.98% -
XYZ 76.48 88.42 92.39 -
YUV 237.04 127.41 110.14 -
System Red Green Blue C M Y K H S L
Decimal 212 250 236 0.15 0 0.06 0.02 157.89 0.79 0.91
Hex D4 FA EC F 0 6 2 9E 4F 5B
Octal 324 372 354 17 0 6 2 236 117 133
Binary 11010100 11111010 11101100 1111 0 110 10 10011110 1001111 1011011

Color Harmonies of #D4FAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FAEC

Black with #D4FAEC

Text Example


Text Example

White with #D4FAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FAEC; }

 p { color: rgb(212,250,236); }

 H1.HeaderClassName
 {
   color: #D4FAEC;
 }
 .AnyTagClassName
 {
   color: #D4FAEC;
 }
</style>

background-color css

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

 a { background-color: rgb(212,250,236); }

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

border-color css

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

 span { border-color: rgb(212,250,236); }

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