Html Css Color HEX #D2FAED Humming Bird

📋 copy color: '#D2FAED'

red 210 ◦ green 250 ◦ blue 237

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

Shades of Humming Bird #D2FAED

Tints of Humming Bird #D2FAED

RGB

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

 GREEN value IS 250 (98.05% from 255) = 35.87%

 BLUE value IS 237 (92.97% from 255) = 34%

R = 30.13%
G = 35.87%
B = 34%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#D2FAED (or 0xD2FAED) is known color: Humming Bird. HEX triplet: D2, FA and ED. RGB value is (210,250,237). Sum of RGB (Red+Green+Blue) = 210+250+237=697 (92% of max value = 765). Red value is 210 (82.42% from 255 or 30.13% from 697); Green value is 250 (98.05% from 255 or 35.87% from 697); Blue value is 237 (92.97% from 255 or 34.00% from 697); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2FAED is #2D0512. Grayscale: #ECECEC. Windows color (decimal): -2950419 or 15596242. OLE color: 15596242.

HSL color Cylindrical-coordinate representation of color #D2FAED: hue angle of 160.5º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2FAED is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 250 237 -
CMYK 0.16 0 0.05 0.02
HSL 160.5º 0.8% 0.9% -
HSV(B) 160.5º 0.16% 0.98% -
XYZ 76.05 88.19 93.13 -
YUV 236.56 128.25 109.06 -
System Red Green Blue C M Y K H S L
Decimal 210 250 237 0.16 0 0.05 0.02 160.5 0.8 0.9
Hex D2 FA ED 10 0 5 2 A0 50 5A
Octal 322 372 355 20 0 5 2 240 120 132
Binary 11010010 11111010 11101101 10000 0 101 10 10100000 1010000 1011010

Color Harmonies of #D2FAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FAED

Black with #D2FAED

Text Example


Text Example

White with #D2FAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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