Html Css Color HEX #D9F2DC Off Green

📋 copy color: '#D9F2DC'

red 217 ◦ green 242 ◦ blue 220

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

Shades of Off Green #D9F2DC

Tints of Off Green #D9F2DC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.64%

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

R = 31.96%
G = 35.64%
B = 32.4%

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

#D9F2DC (or 0xD9F2DC) is known color: Off Green. HEX triplet: D9, F2 and DC. RGB value is (217,242,220). Sum of RGB (Red+Green+Blue) = 217+242+220=679 (89% of max value = 765). Red value is 217 (85.16% from 255 or 31.96% from 679); Green value is 242 (94.92% from 255 or 35.64% from 679); Blue value is 220 (86.33% from 255 or 32.40% from 679); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F2DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F2DC is #260D23. Grayscale: #E8E8E8. Windows color (decimal): -2493732 or 14480089. OLE color: 14480089.

HSL color Cylindrical-coordinate representation of color #D9F2DC: hue angle of 127.2º degrees, saturation: 0.49, 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 #D9F2DC is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 242 220 -
CMYK 0.10 0 0.09 0.05
HSL 127.2º 0.49% 0.9% -
HSV(B) 127.2º 0.1% 0.95% -
XYZ 73.29 83.42 79.95 -
YUV 232.02 121.22 117.29 -
System Red Green Blue C M Y K H S L
Decimal 217 242 220 0.10 0 0.09 0.05 127.2 0.49 0.9
Hex D9 F2 DC A 0 9 5 7F 31 5A
Octal 331 362 334 12 0 11 5 177 61 132
Binary 11011001 11110010 11011100 1010 0 1001 101 1111111 110001 1011010

Color Harmonies of #D9F2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9F2DC

Black with #D9F2DC

Text Example


Text Example

White with #D9F2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9F2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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