Html Css Color HEX #D6EDE6 Humming Bird

📋 copy color: '#D6EDE6'

red 214 ◦ green 237 ◦ blue 230

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

Shades of Humming Bird #D6EDE6

Tints of Humming Bird #D6EDE6

RGB

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

 GREEN value IS 237 (92.97% from 255) = 34.8%

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

R = 31.42%
G = 34.8%
B = 33.77%

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

#D6EDE6 (or 0xD6EDE6) is known color: Humming Bird. HEX triplet: D6, ED and E6. RGB value is (214,237,230). Sum of RGB (Red+Green+Blue) = 214+237+230=681 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.42% from 681); Green value is 237 (92.97% from 255 or 34.80% from 681); Blue value is 230 (90.23% from 255 or 33.77% from 681); Max value from RGB is 237 - color contains mainly: green. Hex color #D6EDE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EDE6 is #291219. Grayscale: #E5E5E5. Windows color (decimal): -2691610 or 15134166. OLE color: 15134166.

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

Color convert

RGB 214 237 230 -
CMYK 0.10 0 0.03 0.07
HSL 161.74º 0.39% 0.88% -
HSV(B) 161.74º 0.1% 0.93% -
XYZ 72.3 80.58 86.61 -
YUV 229.33 128.38 117.07 -
System Red Green Blue C M Y K H S L
Decimal 214 237 230 0.10 0 0.03 0.07 161.74 0.39 0.88
Hex D6 ED E6 A 0 3 7 A2 27 58
Octal 326 355 346 12 0 3 7 242 47 130
Binary 11010110 11101101 11100110 1010 0 11 111 10100010 100111 1011000

Color Harmonies of #D6EDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EDE6

Black with #D6EDE6

Text Example


Text Example

White with #D6EDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EDE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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