Html Css Color HEX #D2EDE6 Humming Bird

📋 copy color: '#D2EDE6'

red 210 ◦ green 237 ◦ blue 230

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

Shades of Humming Bird #D2EDE6

Tints of Humming Bird #D2EDE6

RGB

 RED value IS 210 (82.42% from 255) = 31.02%

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

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

R = 31.02%
G = 35.01%
B = 33.97%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#D2EDE6 (or 0xD2EDE6) is known color: Humming Bird. HEX triplet: D2, ED and E6. RGB value is (210,237,230). Sum of RGB (Red+Green+Blue) = 210+237+230=677 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.02% from 677); Green value is 237 (92.97% from 255 or 35.01% from 677); Blue value is 230 (90.23% from 255 or 33.97% from 677); Max value from RGB is 237 - color contains mainly: green. Hex color #D2EDE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EDE6 is #2D1219. Grayscale: #E4E4E4. Windows color (decimal): -2953754 or 15134162. OLE color: 15134162.

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

Color convert

RGB 210 237 230 -
CMYK 0.11 0 0.03 0.07
HSL 164.44º 0.43% 0.88% -
HSV(B) 164.44º 0.11% 0.93% -
XYZ 71.15 79.98 86.55 -
YUV 228.13 129.05 115.07 -
System Red Green Blue C M Y K H S L
Decimal 210 237 230 0.11 0 0.03 0.07 164.44 0.43 0.88
Hex D2 ED E6 B 0 3 7 A4 2B 58
Octal 322 355 346 13 0 3 7 244 53 130
Binary 11010010 11101101 11100110 1011 0 11 111 10100100 101011 1011000

Color Harmonies of #D2EDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EDE6

Black with #D2EDE6

Text Example


Text Example

White with #D2EDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EDE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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