Html Css Color HEX #D6DCC1 Gin

📋 copy color: '#D6DCC1'

red 214 ◦ green 220 ◦ blue 193

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

Shades of Gin #D6DCC1

Tints of Gin #D6DCC1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.09%

 BLUE value IS 193 (75.78% from 255) = 30.78%

R = 34.13%
G = 35.09%
B = 30.78%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#D6DCC1 (or 0xD6DCC1) is known color: Gin. HEX triplet: D6, DC and C1. RGB value is (214,220,193). Sum of RGB (Red+Green+Blue) = 214+220+193=627 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.13% from 627); Green value is 220 (86.33% from 255 or 35.09% from 627); Blue value is 193 (75.78% from 255 or 30.78% from 627); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DCC1 is #29233E. Grayscale: #D7D7D7. Windows color (decimal): -2695999 or 12704982. OLE color: 12704982.

HSL color Cylindrical-coordinate representation of color #D6DCC1: hue angle of 73.33º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6DCC1 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 220 193 -
CMYK 0.03 0 0.12 0.14
HSL 73.33º 0.28% 0.81% -
HSV(B) 73.33º 0.12% 0.86% -
XYZ 62.95 69.33 60.52 -
YUV 215.13 115.51 127.2 -
System Red Green Blue C M Y K H S L
Decimal 214 220 193 0.03 0 0.12 0.14 73.33 0.28 0.81
Hex D6 DC C1 3 0 C E 49 1C 51
Octal 326 334 301 3 0 14 16 111 34 121
Binary 11010110 11011100 11000001 11 0 1100 1110 1001001 11100 1010001

Color Harmonies of #D6DCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DCC1

Black with #D6DCC1

Text Example


Text Example

White with #D6DCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DCC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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