Html Css Color HEX #D0F1E5 Humming Bird

📋 copy color: '#D0F1E5'

red 208 ◦ green 241 ◦ blue 229

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

Shades of Humming Bird #D0F1E5

Tints of Humming Bird #D0F1E5

RGB

 RED value IS 208 (81.64% from 255) = 30.68%

 GREEN value IS 241 (94.53% from 255) = 35.55%

 BLUE value IS 229 (89.84% from 255) = 33.78%

R = 30.68%
G = 35.55%
B = 33.78%

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

#D0F1E5 (or 0xD0F1E5) is known color: Humming Bird. HEX triplet: D0, F1 and E5. RGB value is (208,241,229). Sum of RGB (Red+Green+Blue) = 208+241+229=678 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.68% from 678); Green value is 241 (94.53% from 255 or 35.55% from 678); Blue value is 229 (89.84% from 255 or 33.78% from 678); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F1E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F1E5 is #2F0E1A. Grayscale: #E5E5E5. Windows color (decimal): -3083803 or 15069648. OLE color: 15069648.

HSL color Cylindrical-coordinate representation of color #D0F1E5: hue angle of 158.18º degrees, saturation: 0.54, 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 #D0F1E5 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 241 229 -
CMYK 0.14 0 0.05 0.05
HSL 158.18º 0.54% 0.88% -
HSV(B) 158.18º 0.14% 0.95% -
XYZ 71.61 81.98 86.18 -
YUV 229.77 127.57 112.48 -
System Red Green Blue C M Y K H S L
Decimal 208 241 229 0.14 0 0.05 0.05 158.18 0.54 0.88
Hex D0 F1 E5 E 0 5 5 9E 36 58
Octal 320 361 345 16 0 5 5 236 66 130
Binary 11010000 11110001 11100101 1110 0 101 101 10011110 110110 1011000

Color Harmonies of #D0F1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F1E5

Black with #D0F1E5

Text Example


Text Example

White with #D0F1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F1E5; }

 p { color: rgb(208,241,229); }

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

background-color css

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

 a { background-color: rgb(208,241,229); }

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

border-color css

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

 span { border-color: rgb(208,241,229); }

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