Html Css Color HEX #D9EFDC Off Green

📋 copy color: '#D9EFDC'

red 217 ◦ green 239 ◦ blue 220

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

Shades of Off Green #D9EFDC

Tints of Off Green #D9EFDC

RGB

 RED value IS 217 (85.16% from 255) = 32.1%

 GREEN value IS 239 (93.75% from 255) = 35.36%

 BLUE value IS 220 (86.33% from 255) = 32.54%

R = 32.1%
G = 35.36%
B = 32.54%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#D9EFDC (or 0xD9EFDC) is known color: Off Green. HEX triplet: D9, EF and DC. RGB value is (217,239,220). Sum of RGB (Red+Green+Blue) = 217+239+220=676 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.10% from 676); Green value is 239 (93.75% from 255 or 35.36% from 676); Blue value is 220 (86.33% from 255 or 32.54% from 676); Max value from RGB is 239 - color contains mainly: green. Hex color #D9EFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EFDC is #261023. Grayscale: #E6E6E6. Windows color (decimal): -2494500 or 14479321. OLE color: 14479321.

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

Color convert

RGB 217 239 220 -
CMYK 0.09 0 0.08 0.06
HSL 128.18º 0.41% 0.89% -
HSV(B) 128.18º 0.09% 0.94% -
XYZ 72.4 81.65 79.65 -
YUV 230.26 122.21 118.54 -
System Red Green Blue C M Y K H S L
Decimal 217 239 220 0.09 0 0.08 0.06 128.18 0.41 0.89
Hex D9 EF DC 9 0 8 6 80 29 59
Octal 331 357 334 11 0 10 6 200 51 131
Binary 11011001 11101111 11011100 1001 0 1000 110 10000000 101001 1011001

Color Harmonies of #D9EFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EFDC

Black with #D9EFDC

Text Example


Text Example

White with #D9EFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EFDC; }

 p { color: rgb(217,239,220); }

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

background-color css

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

 a { background-color: rgb(217,239,220); }

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

border-color css

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

 span { border-color: rgb(217,239,220); }

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