Html Css Color HEX #D9EDDC Off Green

📋 copy color: '#D9EDDC'

red 217 ◦ green 237 ◦ blue 220

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

Shades of Off Green #D9EDDC

Tints of Off Green #D9EDDC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 35.16%

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

R = 32.2%
G = 35.16%
B = 32.64%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#D9EDDC (or 0xD9EDDC) is known color: Off Green. HEX triplet: D9, ED and DC. RGB value is (217,237,220). Sum of RGB (Red+Green+Blue) = 217+237+220=674 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.20% from 674); Green value is 237 (92.97% from 255 or 35.16% from 674); Blue value is 220 (86.33% from 255 or 32.64% from 674); Max value from RGB is 237 - color contains mainly: green. Hex color #D9EDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EDDC is #261223. Grayscale: #E5E5E5. Windows color (decimal): -2495012 or 14478809. OLE color: 14478809.

HSL color Cylindrical-coordinate representation of color #D9EDDC: hue angle of 129º degrees, saturation: 0.36, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D9EDDC is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 217 237 220 -
CMYK 0.08 0 0.07 0.07
HSL 129º 0.36% 0.89% -
HSV(B) 129º 0.08% 0.93% -
XYZ 71.82 80.49 79.46 -
YUV 229.08 122.87 119.38 -
System Red Green Blue C M Y K H S L
Decimal 217 237 220 0.08 0 0.07 0.07 129 0.36 0.89
Hex D9 ED DC 8 0 7 7 81 24 59
Octal 331 355 334 10 0 7 7 201 44 131
Binary 11011001 11101101 11011100 1000 0 111 111 10000001 100100 1011001

Color Harmonies of #D9EDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EDDC

Black with #D9EDDC

Text Example


Text Example

White with #D9EDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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