Html Css Color HEX #D6F3DC Off Green

📋 copy color: '#D6F3DC'

red 214 ◦ green 243 ◦ blue 220

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

Shades of Off Green #D6F3DC

Tints of Off Green #D6F3DC

RGB

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

 GREEN value IS 243 (95.31% from 255) = 35.89%

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

R = 31.61%
G = 35.89%
B = 32.5%

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

#D6F3DC (or 0xD6F3DC) is known color: Off Green. HEX triplet: D6, F3 and DC. RGB value is (214,243,220). Sum of RGB (Red+Green+Blue) = 214+243+220=677 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.61% from 677); Green value is 243 (95.31% from 255 or 35.89% from 677); Blue value is 220 (86.33% from 255 or 32.50% from 677); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F3DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F3DC is #290C23. Grayscale: #E7E7E7. Windows color (decimal): -2690084 or 14480342. OLE color: 14480342.

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

Color convert

RGB 214 243 220 -
CMYK 0.12 0 0.09 0.05
HSL 132.41º 0.55% 0.9% -
HSV(B) 132.41º 0.12% 0.95% -
XYZ 72.7 83.56 80.01 -
YUV 231.71 121.39 115.37 -
System Red Green Blue C M Y K H S L
Decimal 214 243 220 0.12 0 0.09 0.05 132.41 0.55 0.9
Hex D6 F3 DC C 0 9 5 84 37 5A
Octal 326 363 334 14 0 11 5 204 67 132
Binary 11010110 11110011 11011100 1100 0 1001 101 10000100 110111 1011010

Color Harmonies of #D6F3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F3DC

Black with #D6F3DC

Text Example


Text Example

White with #D6F3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F3DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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