Html Css Color HEX #D6F2DC Off Green

📋 copy color: '#D6F2DC'

red 214 ◦ green 242 ◦ blue 220

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

Shades of Off Green #D6F2DC

Tints of Off Green #D6F2DC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.8%

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

R = 31.66%
G = 35.8%
B = 32.54%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#D6F2DC (or 0xD6F2DC) is known color: Off Green. HEX triplet: D6, F2 and DC. RGB value is (214,242,220). Sum of RGB (Red+Green+Blue) = 214+242+220=676 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.66% from 676); Green value is 242 (94.92% from 255 or 35.80% from 676); Blue value is 220 (86.33% from 255 or 32.54% from 676); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F2DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F2DC is #290D23. Grayscale: #E7E7E7. Windows color (decimal): -2690340 or 14480086. OLE color: 14480086.

HSL color Cylindrical-coordinate representation of color #D6F2DC: hue angle of 132.86º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6F2DC is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 242 220 -
CMYK 0.12 0 0.09 0.05
HSL 132.86º 0.52% 0.89% -
HSV(B) 132.86º 0.12% 0.95% -
XYZ 72.4 82.97 79.91 -
YUV 231.12 121.72 115.79 -
System Red Green Blue C M Y K H S L
Decimal 214 242 220 0.12 0 0.09 0.05 132.86 0.52 0.89
Hex D6 F2 DC C 0 9 5 85 34 59
Octal 326 362 334 14 0 11 5 205 64 131
Binary 11010110 11110010 11011100 1100 0 1001 101 10000101 110100 1011001

Color Harmonies of #D6F2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F2DC

Black with #D6F2DC

Text Example


Text Example

White with #D6F2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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