Html Css Color HEX #D4F0E6 Humming Bird

📋 copy color: '#D4F0E6'

red 212 ◦ green 240 ◦ blue 230

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

Shades of Humming Bird #D4F0E6

Tints of Humming Bird #D4F0E6

RGB

 RED value IS 212 (83.2% from 255) = 31.09%

 GREEN value IS 240 (94.14% from 255) = 35.19%

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

R = 31.09%
G = 35.19%
B = 33.72%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#D4F0E6 (or 0xD4F0E6) is known color: Humming Bird. HEX triplet: D4, F0 and E6. RGB value is (212,240,230). Sum of RGB (Red+Green+Blue) = 212+240+230=682 (90% of max value = 765). Red value is 212 (83.20% from 255 or 31.09% from 682); Green value is 240 (94.14% from 255 or 35.19% from 682); Blue value is 230 (90.23% from 255 or 33.72% from 682); Max value from RGB is 240 - color contains mainly: green. Hex color #D4F0E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4F0E6 is #2B0F19. Grayscale: #E6E6E6. Windows color (decimal): -2821914 or 15134932. OLE color: 15134932.

HSL color Cylindrical-coordinate representation of color #D4F0E6: hue angle of 158.57º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4F0E6 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 212 240 230 -
CMYK 0.12 0 0.04 0.06
HSL 158.57º 0.48% 0.89% -
HSV(B) 158.57º 0.12% 0.94% -
XYZ 72.59 82.03 86.87 -
YUV 230.49 127.72 114.81 -
System Red Green Blue C M Y K H S L
Decimal 212 240 230 0.12 0 0.04 0.06 158.57 0.48 0.89
Hex D4 F0 E6 C 0 4 6 9F 30 59
Octal 324 360 346 14 0 4 6 237 60 131
Binary 11010100 11110000 11100110 1100 0 100 110 10011111 110000 1011001

Color Harmonies of #D4F0E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F0E6

Black with #D4F0E6

Text Example


Text Example

White with #D4F0E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F0E6; }

 p { color: rgb(212,240,230); }

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

background-color css

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

 a { background-color: rgb(212,240,230); }

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

border-color css

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

 span { border-color: rgb(212,240,230); }

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