Html Css Color HEX #D9F0DC Off Green

📋 copy color: '#D9F0DC'

red 217 ◦ green 240 ◦ blue 220

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

Shades of Off Green #D9F0DC

Tints of Off Green #D9F0DC

RGB

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

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

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

R = 32.05%
G = 35.45%
B = 32.5%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#D9F0DC (or 0xD9F0DC) is known color: Off Green. HEX triplet: D9, F0 and DC. RGB value is (217,240,220). Sum of RGB (Red+Green+Blue) = 217+240+220=677 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.05% from 677); Green value is 240 (94.14% from 255 or 35.45% from 677); Blue value is 220 (86.33% from 255 or 32.50% from 677); Max value from RGB is 240 - color contains mainly: green. Hex color #D9F0DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F0DC is #260F23. Grayscale: #E6E6E6. Windows color (decimal): -2494244 or 14479577. OLE color: 14479577.

HSL color Cylindrical-coordinate representation of color #D9F0DC: hue angle of 127.83º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9F0DC is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 217 240 220 -
CMYK 0.10 0 0.08 0.06
HSL 127.83º 0.43% 0.9% -
HSV(B) 127.83º 0.1% 0.94% -
XYZ 72.69 82.24 79.75 -
YUV 230.84 121.88 118.13 -
System Red Green Blue C M Y K H S L
Decimal 217 240 220 0.10 0 0.08 0.06 127.83 0.43 0.9
Hex D9 F0 DC A 0 8 6 80 2B 5A
Octal 331 360 334 12 0 10 6 200 53 132
Binary 11011001 11110000 11011100 1010 0 1000 110 10000000 101011 1011010

Color Harmonies of #D9F0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9F0DC

Black with #D9F0DC

Text Example


Text Example

White with #D9F0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9F0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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