Html Css Color HEX #D6F6DC Off Green

📋 copy color: '#D6F6DC'

red 214 ◦ green 246 ◦ blue 220

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

Shades of Off Green #D6F6DC

Tints of Off Green #D6F6DC

RGB

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

 GREEN value IS 246 (96.48% from 255) = 36.18%

 BLUE value IS 220 (86.33% from 255) = 32.35%

R = 31.47%
G = 36.18%
B = 32.35%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#D6F6DC (or 0xD6F6DC) is known color: Off Green. HEX triplet: D6, F6 and DC. RGB value is (214,246,220). Sum of RGB (Red+Green+Blue) = 214+246+220=680 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.47% from 680); Green value is 246 (96.48% from 255 or 36.18% from 680); Blue value is 220 (86.33% from 255 or 32.35% from 680); Max value from RGB is 246 - color contains mainly: green. Hex color #D6F6DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F6DC is #290923. Grayscale: #E9E9E9. Windows color (decimal): -2689316 or 14481110. OLE color: 14481110.

HSL color Cylindrical-coordinate representation of color #D6F6DC: hue angle of 131.25º degrees, saturation: 0.64, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6F6DC is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 214 246 220 -
CMYK 0.13 0 0.11 0.04
HSL 131.25º 0.64% 0.9% -
HSV(B) 131.25º 0.13% 0.96% -
XYZ 73.61 85.37 80.31 -
YUV 233.47 120.4 114.11 -
System Red Green Blue C M Y K H S L
Decimal 214 246 220 0.13 0 0.11 0.04 131.25 0.64 0.9
Hex D6 F6 DC D 0 B 4 83 40 5A
Octal 326 366 334 15 0 13 4 203 100 132
Binary 11010110 11110110 11011100 1101 0 1011 100 10000011 1000000 1011010

Color Harmonies of #D6F6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F6DC

Black with #D6F6DC

Text Example


Text Example

White with #D6F6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F6DC; }

 p { color: rgb(214,246,220); }

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

background-color css

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

 a { background-color: rgb(214,246,220); }

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

border-color css

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

 span { border-color: rgb(214,246,220); }

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