Html Css Color HEX #D1FAD6 Off Green

📋 copy color: '#D1FAD6'

red 209 ◦ green 250 ◦ blue 214

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

Shades of Off Green #D1FAD6

Tints of Off Green #D1FAD6

RGB

 RED value IS 209 (82.03% from 255) = 31.05%

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

 BLUE value IS 214 (83.98% from 255) = 31.8%

R = 31.05%
G = 37.15%
B = 31.8%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#D1FAD6 (or 0xD1FAD6) is known color: Off Green. HEX triplet: D1, FA and D6. RGB value is (209,250,214). Sum of RGB (Red+Green+Blue) = 209+250+214=673 (89% of max value = 765). Red value is 209 (82.03% from 255 or 31.05% from 673); Green value is 250 (98.05% from 255 or 37.15% from 673); Blue value is 214 (83.98% from 255 or 31.80% from 673); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FAD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1FAD6 is #2E0529. Grayscale: #E9E9E9. Windows color (decimal): -3015978 or 14088913. OLE color: 14088913.

HSL color Cylindrical-coordinate representation of color #D1FAD6: hue angle of 127.32º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1FAD6 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 250 214 -
CMYK 0.16 0 0.14 0.02
HSL 127.32º 0.8% 0.9% -
HSV(B) 127.32º 0.16% 0.98% -
XYZ 72.62 86.78 76.54 -
YUV 233.64 116.92 110.43 -
System Red Green Blue C M Y K H S L
Decimal 209 250 214 0.16 0 0.14 0.02 127.32 0.8 0.9
Hex D1 FA D6 10 0 E 2 7F 50 5A
Octal 321 372 326 20 0 16 2 177 120 132
Binary 11010001 11111010 11010110 10000 0 1110 10 1111111 1010000 1011010

Color Harmonies of #D1FAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1FAD6

Black with #D1FAD6

Text Example


Text Example

White with #D1FAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1FAD6; }

 p { color: rgb(209,250,214); }

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

background-color css

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

 a { background-color: rgb(209,250,214); }

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

border-color css

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

 span { border-color: rgb(209,250,214); }

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