Html Css Color HEX #D0F5E8 Humming Bird

📋 copy color: '#D0F5E8'

red 208 ◦ green 245 ◦ blue 232

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

Shades of Humming Bird #D0F5E8

Tints of Humming Bird #D0F5E8

RGB

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

 GREEN value IS 245 (96.09% from 255) = 35.77%

 BLUE value IS 232 (91.02% from 255) = 33.87%

R = 30.36%
G = 35.77%
B = 33.87%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#D0F5E8 (or 0xD0F5E8) is known color: Humming Bird. HEX triplet: D0, F5 and E8. RGB value is (208,245,232). Sum of RGB (Red+Green+Blue) = 208+245+232=685 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.36% from 685); Green value is 245 (96.09% from 255 or 35.77% from 685); Blue value is 232 (91.02% from 255 or 33.87% from 685); Max value from RGB is 245 - color contains mainly: green. Hex color #D0F5E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F5E8 is #2F0A17. Grayscale: #E8E8E8. Windows color (decimal): -3082776 or 15267280. OLE color: 15267280.

HSL color Cylindrical-coordinate representation of color #D0F5E8: hue angle of 158.92º degrees, saturation: 0.65, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0F5E8 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB 208 245 232 -
CMYK 0.15 0 0.05 0.04
HSL 158.92º 0.65% 0.89% -
HSV(B) 158.92º 0.15% 0.96% -
XYZ 73.23 84.54 88.8 -
YUV 232.46 127.74 110.56 -
System Red Green Blue C M Y K H S L
Decimal 208 245 232 0.15 0 0.05 0.04 158.92 0.65 0.89
Hex D0 F5 E8 F 0 5 4 9F 41 59
Octal 320 365 350 17 0 5 4 237 101 131
Binary 11010000 11110101 11101000 1111 0 101 100 10011111 1000001 1011001

Color Harmonies of #D0F5E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F5E8

Black with #D0F5E8

Text Example


Text Example

White with #D0F5E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F5E8; }

 p { color: rgb(208,245,232); }

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

background-color css

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

 a { background-color: rgb(208,245,232); }

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

border-color css

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

 span { border-color: rgb(208,245,232); }

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