Html Css Color HEX #D6EAE4 Humming Bird

📋 copy color: '#D6EAE4'

red 214 ◦ green 234 ◦ blue 228

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

Shades of Humming Bird #D6EAE4

Tints of Humming Bird #D6EAE4

RGB

 RED value IS 214 (83.98% from 255) = 31.66%

 GREEN value IS 234 (91.8% from 255) = 34.62%

 BLUE value IS 228 (89.45% from 255) = 33.73%

R = 31.66%
G = 34.62%
B = 33.73%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#D6EAE4 (or 0xD6EAE4) is known color: Humming Bird. HEX triplet: D6, EA and E4. RGB value is (214,234,228). Sum of RGB (Red+Green+Blue) = 214+234+228=676 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.66% from 676); Green value is 234 (91.80% from 255 or 34.62% from 676); Blue value is 228 (89.45% from 255 or 33.73% from 676); Max value from RGB is 234 - color contains mainly: green. Hex color #D6EAE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EAE4 is #29151B. Grayscale: #E3E3E3. Windows color (decimal): -2692380 or 15002326. OLE color: 15002326.

HSL color Cylindrical-coordinate representation of color #D6EAE4: hue angle of 162º degrees, saturation: 0.32, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D6EAE4 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 234 228 -
CMYK 0.09 0 0.03 0.08
HSL 162º 0.32% 0.88% -
HSV(B) 162º 0.09% 0.92% -
XYZ 71.16 78.74 84.85 -
YUV 227.34 128.37 118.49 -
System Red Green Blue C M Y K H S L
Decimal 214 234 228 0.09 0 0.03 0.08 162 0.32 0.88
Hex D6 EA E4 9 0 3 8 A2 20 58
Octal 326 352 344 11 0 3 10 242 40 130
Binary 11010110 11101010 11100100 1001 0 11 1000 10100010 100000 1011000

Color Harmonies of #D6EAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EAE4

Black with #D6EAE4

Text Example


Text Example

White with #D6EAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EAE4; }

 p { color: rgb(214,234,228); }

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

background-color css

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

 a { background-color: rgb(214,234,228); }

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

border-color css

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

 span { border-color: rgb(214,234,228); }

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