Html Css Color HEX #D6EFDA Off Green

📋 copy color: '#D6EFDA'

red 214 ◦ green 239 ◦ blue 218

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

Shades of Off Green #D6EFDA

Tints of Off Green #D6EFDA

RGB

 RED value IS 214 (83.98% from 255) = 31.89%

 GREEN value IS 239 (93.75% from 255) = 35.62%

 BLUE value IS 218 (85.55% from 255) = 32.49%

R = 31.89%
G = 35.62%
B = 32.49%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#D6EFDA (or 0xD6EFDA) is known color: Off Green. HEX triplet: D6, EF and DA. RGB value is (214,239,218). Sum of RGB (Red+Green+Blue) = 214+239+218=671 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.89% from 671); Green value is 239 (93.75% from 255 or 35.62% from 671); Blue value is 218 (85.55% from 255 or 32.49% from 671); Max value from RGB is 239 - color contains mainly: green. Hex color #D6EFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EFDA is #291025. Grayscale: #E5E5E5. Windows color (decimal): -2691110 or 14348246. OLE color: 14348246.

HSL color Cylindrical-coordinate representation of color #D6EFDA: hue angle of 129.6º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6EFDA is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 239 218 -
CMYK 0.10 0 0.09 0.06
HSL 129.6º 0.44% 0.89% -
HSV(B) 129.6º 0.1% 0.94% -
XYZ 71.25 81.09 78.23 -
YUV 229.13 121.72 117.21 -
System Red Green Blue C M Y K H S L
Decimal 214 239 218 0.10 0 0.09 0.06 129.6 0.44 0.89
Hex D6 EF DA A 0 9 6 82 2C 59
Octal 326 357 332 12 0 11 6 202 54 131
Binary 11010110 11101111 11011010 1010 0 1001 110 10000010 101100 1011001

Color Harmonies of #D6EFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EFDA

Black with #D6EFDA

Text Example


Text Example

White with #D6EFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EFDA; }

 p { color: rgb(214,239,218); }

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

background-color css

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

 a { background-color: rgb(214,239,218); }

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

border-color css

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

 span { border-color: rgb(214,239,218); }

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