Html Css Color HEX #D6EEE6 Humming Bird

📋 copy color: '#D6EEE6'

red 214 ◦ green 238 ◦ blue 230

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

Shades of Humming Bird #D6EEE6

Tints of Humming Bird #D6EEE6

RGB

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

 GREEN value IS 238 (93.36% from 255) = 34.9%

 BLUE value IS 230 (90.23% from 255) = 33.72%

R = 31.38%
G = 34.9%
B = 33.72%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#D6EEE6 (or 0xD6EEE6) is known color: Humming Bird. HEX triplet: D6, EE and E6. RGB value is (214,238,230). Sum of RGB (Red+Green+Blue) = 214+238+230=682 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.38% from 682); Green value is 238 (93.36% from 255 or 34.90% from 682); Blue value is 230 (90.23% from 255 or 33.72% from 682); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EEE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EEE6 is #291119. Grayscale: #E5E5E5. Windows color (decimal): -2691354 or 15134422. OLE color: 15134422.

HSL color Cylindrical-coordinate representation of color #D6EEE6: hue angle of 160º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6EEE6 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 238 230 -
CMYK 0.10 0 0.03 0.07
HSL 160º 0.41% 0.89% -
HSV(B) 160º 0.1% 0.93% -
XYZ 72.59 81.16 86.7 -
YUV 229.91 128.05 116.65 -
System Red Green Blue C M Y K H S L
Decimal 214 238 230 0.10 0 0.03 0.07 160 0.41 0.89
Hex D6 EE E6 A 0 3 7 A0 29 59
Octal 326 356 346 12 0 3 7 240 51 131
Binary 11010110 11101110 11100110 1010 0 11 111 10100000 101001 1011001

Color Harmonies of #D6EEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EEE6

Black with #D6EEE6

Text Example


Text Example

White with #D6EEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EEE6; }

 p { color: rgb(214,238,230); }

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

background-color css

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

 a { background-color: rgb(214,238,230); }

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

border-color css

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

 span { border-color: rgb(214,238,230); }

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