Html Css Color HEX #D2EDE7 Humming Bird

📋 copy color: '#D2EDE7'

red 210 ◦ green 237 ◦ blue 231

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

Shades of Humming Bird #D2EDE7

Tints of Humming Bird #D2EDE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 34.07%

R = 30.97%
G = 34.96%
B = 34.07%

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

#D2EDE7 (or 0xD2EDE7) is known color: Humming Bird. HEX triplet: D2, ED and E7. RGB value is (210,237,231). Sum of RGB (Red+Green+Blue) = 210+237+231=678 (89% of max value = 765). Red value is 210 (82.42% from 255 or 30.97% from 678); Green value is 237 (92.97% from 255 or 34.96% from 678); Blue value is 231 (90.62% from 255 or 34.07% from 678); Max value from RGB is 237 - color contains mainly: green. Hex color #D2EDE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EDE7 is #2D1218. Grayscale: #E4E4E4. Windows color (decimal): -2953753 or 15199698. OLE color: 15199698.

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

Color convert

RGB 210 237 231 -
CMYK 0.11 0 0.03 0.07
HSL 166.67º 0.43% 0.88% -
HSV(B) 166.67º 0.11% 0.93% -
XYZ 71.29 80.04 87.29 -
YUV 228.24 129.55 114.99 -
System Red Green Blue C M Y K H S L
Decimal 210 237 231 0.11 0 0.03 0.07 166.67 0.43 0.88
Hex D2 ED E7 B 0 3 7 A7 2B 58
Octal 322 355 347 13 0 3 7 247 53 130
Binary 11010010 11101101 11100111 1011 0 11 111 10100111 101011 1011000

Color Harmonies of #D2EDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EDE7

Black with #D2EDE7

Text Example


Text Example

White with #D2EDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EDE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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