Html Css Color HEX #D9FADD Off Green

📋 copy color: '#D9FADD'

red 217 ◦ green 250 ◦ blue 221

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

Shades of Off Green #D9FADD

Tints of Off Green #D9FADD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 36.34%

 BLUE value IS 221 (86.72% from 255) = 32.12%

R = 31.54%
G = 36.34%
B = 32.12%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#D9FADD (or 0xD9FADD) is known color: Off Green. HEX triplet: D9, FA and DD. RGB value is (217,250,221). Sum of RGB (Red+Green+Blue) = 217+250+221=688 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.54% from 688); Green value is 250 (98.05% from 255 or 36.34% from 688); Blue value is 221 (86.72% from 255 or 32.12% from 688); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FADD is #260522. Grayscale: #ECECEC. Windows color (decimal): -2491683 or 14547673. OLE color: 14547673.

HSL color Cylindrical-coordinate representation of color #D9FADD: hue angle of 127.27º degrees, saturation: 0.77, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9FADD is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 250 221 -
CMYK 0.13 0 0.12 0.02
HSL 127.27º 0.77% 0.92% -
HSV(B) 127.27º 0.13% 0.98% -
XYZ 75.85 88.34 81.46 -
YUV 236.83 119.07 113.86 -
System Red Green Blue C M Y K H S L
Decimal 217 250 221 0.13 0 0.12 0.02 127.27 0.77 0.92
Hex D9 FA DD D 0 C 2 7F 4D 5C
Octal 331 372 335 15 0 14 2 177 115 134
Binary 11011001 11111010 11011101 1101 0 1100 10 1111111 1001101 1011100

Color Harmonies of #D9FADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9FADD

Black with #D9FADD

Text Example


Text Example

White with #D9FADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9FADD; }

 p { color: rgb(217,250,221); }

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

background-color css

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

 a { background-color: rgb(217,250,221); }

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

border-color css

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

 span { border-color: rgb(217,250,221); }

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