Html Css Color HEX #D2EDE5 Humming Bird

📋 copy color: '#D2EDE5'

red 210 ◦ green 237 ◦ blue 229

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

Shades of Humming Bird #D2EDE5

Tints of Humming Bird #D2EDE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 33.88%

R = 31.07%
G = 35.06%
B = 33.88%

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

#D2EDE5 (or 0xD2EDE5) is known color: Humming Bird. HEX triplet: D2, ED and E5. RGB value is (210,237,229). Sum of RGB (Red+Green+Blue) = 210+237+229=676 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.07% from 676); Green value is 237 (92.97% from 255 or 35.06% from 676); Blue value is 229 (89.84% from 255 or 33.88% from 676); Max value from RGB is 237 - color contains mainly: green. Hex color #D2EDE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EDE5 is #2D121A. Grayscale: #E4E4E4. Windows color (decimal): -2953755 or 15068626. OLE color: 15068626.

HSL color Cylindrical-coordinate representation of color #D2EDE5: hue angle of 162.22º 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 #D2EDE5 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 237 229 -
CMYK 0.11 0 0.03 0.07
HSL 162.22º 0.43% 0.88% -
HSV(B) 162.22º 0.11% 0.93% -
XYZ 71.01 79.93 85.81 -
YUV 228.02 128.55 115.15 -
System Red Green Blue C M Y K H S L
Decimal 210 237 229 0.11 0 0.03 0.07 162.22 0.43 0.88
Hex D2 ED E5 B 0 3 7 A2 2B 58
Octal 322 355 345 13 0 3 7 242 53 130
Binary 11010010 11101101 11100101 1011 0 11 111 10100010 101011 1011000

Color Harmonies of #D2EDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EDE5

Black with #D2EDE5

Text Example


Text Example

White with #D2EDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EDE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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