Html Css Color HEX #D2FAEE Humming Bird

📋 copy color: '#D2FAEE'

red 210 ◦ green 250 ◦ blue 238

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

Shades of Humming Bird #D2FAEE

Tints of Humming Bird #D2FAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 34.1%

R = 30.09%
G = 35.82%
B = 34.1%

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

#D2FAEE (or 0xD2FAEE) is known color: Humming Bird. HEX triplet: D2, FA and EE. RGB value is (210,250,238). Sum of RGB (Red+Green+Blue) = 210+250+238=698 (92% of max value = 765). Red value is 210 (82.42% from 255 or 30.09% from 698); Green value is 250 (98.05% from 255 or 35.82% from 698); Blue value is 238 (93.36% from 255 or 34.10% from 698); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2FAEE is #2D0511. Grayscale: #ECECEC. Windows color (decimal): -2950418 or 15661778. OLE color: 15661778.

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

Color convert

RGB 210 250 238 -
CMYK 0.16 0 0.05 0.02
HSL 162º 0.8% 0.9% -
HSV(B) 162º 0.16% 0.98% -
XYZ 76.2 88.25 93.91 -
YUV 236.67 128.75 108.98 -
System Red Green Blue C M Y K H S L
Decimal 210 250 238 0.16 0 0.05 0.02 162 0.8 0.9
Hex D2 FA EE 10 0 5 2 A2 50 5A
Octal 322 372 356 20 0 5 2 242 120 132
Binary 11010010 11111010 11101110 10000 0 101 10 10100010 1010000 1011010

Color Harmonies of #D2FAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FAEE

Black with #D2FAEE

Text Example


Text Example

White with #D2FAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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