Html Css Color HEX #D1FAEE Humming Bird

📋 copy color: '#D1FAEE'

red 209 ◦ green 250 ◦ blue 238

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

Shades of Humming Bird #D1FAEE

Tints of Humming Bird #D1FAEE

RGB

 RED value IS 209 (82.03% from 255) = 29.99%

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

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

R = 29.99%
G = 35.87%
B = 34.15%

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

#D1FAEE (or 0xD1FAEE) is known color: Humming Bird. HEX triplet: D1, FA and EE. RGB value is (209,250,238). Sum of RGB (Red+Green+Blue) = 209+250+238=697 (92% of max value = 765). Red value is 209 (82.03% from 255 or 29.99% from 697); Green value is 250 (98.05% from 255 or 35.87% from 697); Blue value is 238 (93.36% from 255 or 34.15% from 697); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1FAEE is #2E0511. Grayscale: #ECECEC. Windows color (decimal): -3015954 or 15661777. OLE color: 15661777.

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

Color convert

RGB 209 250 238 -
CMYK 0.16 0 0.05 0.02
HSL 162.44º 0.8% 0.9% -
HSV(B) 162.44º 0.16% 0.98% -
XYZ 75.91 88.1 93.89 -
YUV 236.37 128.92 108.48 -
System Red Green Blue C M Y K H S L
Decimal 209 250 238 0.16 0 0.05 0.02 162.44 0.8 0.9
Hex D1 FA EE 10 0 5 2 A2 50 5A
Octal 321 372 356 20 0 5 2 242 120 132
Binary 11010001 11111010 11101110 10000 0 101 10 10100010 1010000 1011010

Color Harmonies of #D1FAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1FAEE

Black with #D1FAEE

Text Example


Text Example

White with #D1FAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1FAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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