Html Css Color HEX #D7F8DB Off Green

📋 copy color: '#D7F8DB'

red 215 ◦ green 248 ◦ blue 219

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

Shades of Off Green #D7F8DB

Tints of Off Green #D7F8DB

RGB

 RED value IS 215 (84.38% from 255) = 31.52%

 GREEN value IS 248 (97.27% from 255) = 36.36%

 BLUE value IS 219 (85.94% from 255) = 32.11%

R = 31.52%
G = 36.36%
B = 32.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#D7F8DB (or 0xD7F8DB) is known color: Off Green. HEX triplet: D7, F8 and DB. RGB value is (215,248,219). Sum of RGB (Red+Green+Blue) = 215+248+219=682 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.52% from 682); Green value is 248 (97.27% from 255 or 36.36% from 682); Blue value is 219 (85.94% from 255 or 32.11% from 682); Max value from RGB is 248 - color contains mainly: green. Hex color #D7F8DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7F8DB is #280724. Grayscale: #EAEAEA. Windows color (decimal): -2623269 or 14416087. OLE color: 14416087.

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

Color convert

RGB 215 248 219 -
CMYK 0.13 0 0.12 0.03
HSL 127.27º 0.7% 0.91% -
HSV(B) 127.27º 0.13% 0.97% -
XYZ 74.38 86.7 79.83 -
YUV 234.83 119.07 113.86 -
System Red Green Blue C M Y K H S L
Decimal 215 248 219 0.13 0 0.12 0.03 127.27 0.7 0.91
Hex D7 F8 DB D 0 C 3 7F 46 5B
Octal 327 370 333 15 0 14 3 177 106 133
Binary 11010111 11111000 11011011 1101 0 1100 11 1111111 1000110 1011011

Color Harmonies of #D7F8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7F8DB

Black with #D7F8DB

Text Example


Text Example

White with #D7F8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7F8DB; }

 p { color: rgb(215,248,219); }

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

background-color css

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

 a { background-color: rgb(215,248,219); }

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

border-color css

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

 span { border-color: rgb(215,248,219); }

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