Html Css Color HEX #D6F8DE Off Green

📋 copy color: '#D6F8DE'

red 214 ◦ green 248 ◦ blue 222

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

Shades of Off Green #D6F8DE

Tints of Off Green #D6F8DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 32.46%

R = 31.29%
G = 36.26%
B = 32.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#D6F8DE (or 0xD6F8DE) is known color: Off Green. HEX triplet: D6, F8 and DE. RGB value is (214,248,222). Sum of RGB (Red+Green+Blue) = 214+248+222=684 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.29% from 684); Green value is 248 (97.27% from 255 or 36.26% from 684); Blue value is 222 (87.11% from 255 or 32.46% from 684); Max value from RGB is 248 - color contains mainly: green. Hex color #D6F8DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F8DE is #290721. Grayscale: #EAEAEA. Windows color (decimal): -2688802 or 14612694. OLE color: 14612694.

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

Color convert

RGB 214 248 222 -
CMYK 0.14 0 0.10 0.03
HSL 134.12º 0.71% 0.91% -
HSV(B) 134.12º 0.14% 0.97% -
XYZ 74.48 86.7 81.92 -
YUV 234.87 120.74 113.11 -
System Red Green Blue C M Y K H S L
Decimal 214 248 222 0.14 0 0.10 0.03 134.12 0.71 0.91
Hex D6 F8 DE E 0 A 3 86 47 5B
Octal 326 370 336 16 0 12 3 206 107 133
Binary 11010110 11111000 11011110 1110 0 1010 11 10000110 1000111 1011011

Color Harmonies of #D6F8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F8DE

Black with #D6F8DE

Text Example


Text Example

White with #D6F8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F8DE; }

 p { color: rgb(214,248,222); }

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

background-color css

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

 a { background-color: rgb(214,248,222); }

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

border-color css

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

 span { border-color: rgb(214,248,222); }

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