Html Css Color HEX #D0F2E4 Humming Bird

📋 copy color: '#D0F2E4'

red 208 ◦ green 242 ◦ blue 228

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

Shades of Humming Bird #D0F2E4

Tints of Humming Bird #D0F2E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 33.63%

R = 30.68%
G = 35.69%
B = 33.63%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#D0F2E4 (or 0xD0F2E4) is known color: Humming Bird. HEX triplet: D0, F2 and E4. RGB value is (208,242,228). Sum of RGB (Red+Green+Blue) = 208+242+228=678 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.68% from 678); Green value is 242 (94.92% from 255 or 35.69% from 678); Blue value is 228 (89.45% from 255 or 33.63% from 678); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F2E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F2E4 is #2F0D1B. Grayscale: #E6E6E6. Windows color (decimal): -3083548 or 15004368. OLE color: 15004368.

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

Color convert

RGB 208 242 228 -
CMYK 0.14 0 0.06 0.05
HSL 155.29º 0.57% 0.88% -
HSV(B) 155.29º 0.14% 0.95% -
XYZ 71.77 82.52 85.54 -
YUV 230.24 126.74 112.14 -
System Red Green Blue C M Y K H S L
Decimal 208 242 228 0.14 0 0.06 0.05 155.29 0.57 0.88
Hex D0 F2 E4 E 0 6 5 9B 39 58
Octal 320 362 344 16 0 6 5 233 71 130
Binary 11010000 11110010 11100100 1110 0 110 101 10011011 111001 1011000

Color Harmonies of #D0F2E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F2E4

Black with #D0F2E4

Text Example


Text Example

White with #D0F2E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F2E4; }

 p { color: rgb(208,242,228); }

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

background-color css

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

 a { background-color: rgb(208,242,228); }

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

border-color css

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

 span { border-color: rgb(208,242,228); }

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