Html Css Color HEX #D2FAEB Humming Bird

📋 copy color: '#D2FAEB'

red 210 ◦ green 250 ◦ blue 235

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

Shades of Humming Bird #D2FAEB

Tints of Humming Bird #D2FAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 33.81%

R = 30.22%
G = 35.97%
B = 33.81%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#D2FAEB (or 0xD2FAEB) is known color: Humming Bird. HEX triplet: D2, FA and EB. RGB value is (210,250,235). Sum of RGB (Red+Green+Blue) = 210+250+235=695 (92% of max value = 765). Red value is 210 (82.42% from 255 or 30.22% from 695); Green value is 250 (98.05% from 255 or 35.97% from 695); Blue value is 235 (92.19% from 255 or 33.81% from 695); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2FAEB is #2D0514. Grayscale: #ECECEC. Windows color (decimal): -2950421 or 15465170. OLE color: 15465170.

HSL color Cylindrical-coordinate representation of color #D2FAEB: hue angle of 157.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 #D2FAEB is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 250 235 -
CMYK 0.16 0 0.06 0.02
HSL 157.5º 0.8% 0.9% -
HSV(B) 157.5º 0.16% 0.98% -
XYZ 75.76 88.07 91.6 -
YUV 236.33 127.25 109.22 -
System Red Green Blue C M Y K H S L
Decimal 210 250 235 0.16 0 0.06 0.02 157.5 0.8 0.9
Hex D2 FA EB 10 0 6 2 9E 50 5A
Octal 322 372 353 20 0 6 2 236 120 132
Binary 11010010 11111010 11101011 10000 0 110 10 10011110 1010000 1011010

Color Harmonies of #D2FAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FAEB

Black with #D2FAEB

Text Example


Text Example

White with #D2FAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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