Html Css Color HEX #D6D8D2 Gin

📋 copy color: '#D6D8D2'

red 214 ◦ green 216 ◦ blue 210

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

Shades of Gin #D6D8D2

Tints of Gin #D6D8D2

RGB

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

 GREEN value IS 216 (84.77% from 255) = 33.75%

 BLUE value IS 210 (82.42% from 255) = 32.81%

R = 33.44%
G = 33.75%
B = 32.81%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D6D8D2 (or 0xD6D8D2) is known color: Gin. HEX triplet: D6, D8 and D2. RGB value is (214,216,210). Sum of RGB (Red+Green+Blue) = 214+216+210=640 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.44% from 640); Green value is 216 (84.77% from 255 or 33.75% from 640); Blue value is 210 (82.42% from 255 or 32.81% from 640); Max value from RGB is 216 - color contains mainly: green. Hex color #D6D8D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D8D2 is #29272D. Grayscale: #D6D6D6. Windows color (decimal): -2697006 or 13818070. OLE color: 13818070.

HSL color Cylindrical-coordinate representation of color #D6D8D2: hue angle of 80º degrees, saturation: 0.07, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D6D8D2 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 216 210 -
CMYK 0.01 0 0.03 0.15
HSL 80º 0.07% 0.84% -
HSV(B) 80º 0.03% 0.85% -
XYZ 63.92 68.06 70.74 -
YUV 214.72 125.34 127.49 -
System Red Green Blue C M Y K H S L
Decimal 214 216 210 0.01 0 0.03 0.15 80 0.07 0.84
Hex D6 D8 D2 1 0 3 F 50 7 54
Octal 326 330 322 1 0 3 17 120 7 124
Binary 11010110 11011000 11010010 1 0 11 1111 1010000 111 1010100

Color Harmonies of #D6D8D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D8D2

Black with #D6D8D2

Text Example


Text Example

White with #D6D8D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D8D2; }

 p { color: rgb(214,216,210); }

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

background-color css

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

 a { background-color: rgb(214,216,210); }

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

border-color css

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

 span { border-color: rgb(214,216,210); }

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