Html Css Color HEX #D2F9EC Humming Bird

📋 copy color: '#D2F9EC'

red 210 ◦ green 249 ◦ blue 236

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

Shades of Humming Bird #D2F9EC

Tints of Humming Bird #D2F9EC

RGB

 RED value IS 210 (82.42% from 255) = 30.22%

 GREEN value IS 249 (97.66% from 255) = 35.83%

 BLUE value IS 236 (92.58% from 255) = 33.96%

R = 30.22%
G = 35.83%
B = 33.96%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#D2F9EC (or 0xD2F9EC) is known color: Humming Bird. HEX triplet: D2, F9 and EC. RGB value is (210,249,236). Sum of RGB (Red+Green+Blue) = 210+249+236=695 (92% of max value = 765). Red value is 210 (82.42% from 255 or 30.22% from 695); Green value is 249 (97.66% from 255 or 35.83% from 695); Blue value is 236 (92.58% from 255 or 33.96% from 695); Max value from RGB is 249 - color contains mainly: green. Hex color #D2F9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2F9EC is #2D0613. Grayscale: #EBEBEB. Windows color (decimal): -2950676 or 15530450. OLE color: 15530450.

HSL color Cylindrical-coordinate representation of color #D2F9EC: hue angle of 160º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2F9EC is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 249 236 -
CMYK 0.16 0 0.05 0.02
HSL 160º 0.76% 0.9% -
HSV(B) 160º 0.16% 0.98% -
XYZ 75.59 87.51 92.26 -
YUV 235.86 128.08 109.56 -
System Red Green Blue C M Y K H S L
Decimal 210 249 236 0.16 0 0.05 0.02 160 0.76 0.9
Hex D2 F9 EC 10 0 5 2 A0 4C 5A
Octal 322 371 354 20 0 5 2 240 114 132
Binary 11010010 11111001 11101100 10000 0 101 10 10100000 1001100 1011010

Color Harmonies of #D2F9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F9EC

Black with #D2F9EC

Text Example


Text Example

White with #D2F9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F9EC; }

 p { color: rgb(210,249,236); }

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

background-color css

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

 a { background-color: rgb(210,249,236); }

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

border-color css

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

 span { border-color: rgb(210,249,236); }

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