Html Css Color HEX #D9F3DC Off Green

📋 copy color: '#D9F3DC'

red 217 ◦ green 243 ◦ blue 220

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

Shades of Off Green #D9F3DC

Tints of Off Green #D9F3DC

RGB

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

 GREEN value IS 243 (95.31% from 255) = 35.74%

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

R = 31.91%
G = 35.74%
B = 32.35%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#D9F3DC (or 0xD9F3DC) is known color: Off Green. HEX triplet: D9, F3 and DC. RGB value is (217,243,220). Sum of RGB (Red+Green+Blue) = 217+243+220=680 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.91% from 680); Green value is 243 (95.31% from 255 or 35.74% from 680); Blue value is 220 (86.33% from 255 or 32.35% from 680); Max value from RGB is 243 - color contains mainly: green. Hex color #D9F3DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F3DC is #260C23. Grayscale: #E8E8E8. Windows color (decimal): -2493476 or 14480345. OLE color: 14480345.

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

Color convert

RGB 217 243 220 -
CMYK 0.11 0 0.09 0.05
HSL 126.92º 0.52% 0.9% -
HSV(B) 126.92º 0.11% 0.95% -
XYZ 73.58 84.02 80.05 -
YUV 232.6 120.89 116.87 -
System Red Green Blue C M Y K H S L
Decimal 217 243 220 0.11 0 0.09 0.05 126.92 0.52 0.9
Hex D9 F3 DC B 0 9 5 7F 34 5A
Octal 331 363 334 13 0 11 5 177 64 132
Binary 11011001 11110011 11011100 1011 0 1001 101 1111111 110100 1011010

Color Harmonies of #D9F3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9F3DC

Black with #D9F3DC

Text Example


Text Example

White with #D9F3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9F3DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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