Html Css Color HEX #D1F2E6 Humming Bird

📋 copy color: '#D1F2E6'

red 209 ◦ green 242 ◦ blue 230

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

Shades of Humming Bird #D1F2E6

Tints of Humming Bird #D1F2E6

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.54%

 BLUE value IS 230 (90.23% from 255) = 33.77%

R = 30.69%
G = 35.54%
B = 33.77%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#D1F2E6 (or 0xD1F2E6) is known color: Humming Bird. HEX triplet: D1, F2 and E6. RGB value is (209,242,230). Sum of RGB (Red+Green+Blue) = 209+242+230=681 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.69% from 681); Green value is 242 (94.92% from 255 or 35.54% from 681); Blue value is 230 (90.23% from 255 or 33.77% from 681); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F2E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1F2E6 is #2E0D19. Grayscale: #E6E6E6. Windows color (decimal): -3018010 or 15135441. OLE color: 15135441.

HSL color Cylindrical-coordinate representation of color #D1F2E6: hue angle of 158.18º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1F2E6 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 209 242 230 -
CMYK 0.14 0 0.05 0.05
HSL 158.18º 0.56% 0.88% -
HSV(B) 158.18º 0.14% 0.95% -
XYZ 72.33 82.77 87.03 -
YUV 230.77 127.57 112.48 -
System Red Green Blue C M Y K H S L
Decimal 209 242 230 0.14 0 0.05 0.05 158.18 0.56 0.88
Hex D1 F2 E6 E 0 5 5 9E 38 58
Octal 321 362 346 16 0 5 5 236 70 130
Binary 11010001 11110010 11100110 1110 0 101 101 10011110 111000 1011000

Color Harmonies of #D1F2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F2E6

Black with #D1F2E6

Text Example


Text Example

White with #D1F2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F2E6; }

 p { color: rgb(209,242,230); }

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

background-color css

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

 a { background-color: rgb(209,242,230); }

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

border-color css

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

 span { border-color: rgb(209,242,230); }

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