Html Css Color HEX #D9F1DC Off Green

📋 copy color: '#D9F1DC'

red 217 ◦ green 241 ◦ blue 220

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

Shades of Off Green #D9F1DC

Tints of Off Green #D9F1DC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 35.55%

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

R = 32.01%
G = 35.55%
B = 32.45%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#D9F1DC (or 0xD9F1DC) is known color: Off Green. HEX triplet: D9, F1 and DC. RGB value is (217,241,220). Sum of RGB (Red+Green+Blue) = 217+241+220=678 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.01% from 678); Green value is 241 (94.53% from 255 or 35.55% from 678); Blue value is 220 (86.33% from 255 or 32.45% from 678); Max value from RGB is 241 - color contains mainly: green. Hex color #D9F1DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F1DC is #260E23. Grayscale: #E7E7E7. Windows color (decimal): -2493988 or 14479833. OLE color: 14479833.

HSL color Cylindrical-coordinate representation of color #D9F1DC: hue angle of 127.5º degrees, saturation: 0.46, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9F1DC is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 241 220 -
CMYK 0.10 0 0.09 0.05
HSL 127.5º 0.46% 0.9% -
HSV(B) 127.5º 0.1% 0.95% -
XYZ 72.99 82.83 79.85 -
YUV 231.43 121.55 117.71 -
System Red Green Blue C M Y K H S L
Decimal 217 241 220 0.10 0 0.09 0.05 127.5 0.46 0.9
Hex D9 F1 DC A 0 9 5 80 2E 5A
Octal 331 361 334 12 0 11 5 200 56 132
Binary 11011001 11110001 11011100 1010 0 1001 101 10000000 101110 1011010

Color Harmonies of #D9F1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9F1DC

Black with #D9F1DC

Text Example


Text Example

White with #D9F1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9F1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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