Html Css Color HEX #D7DCC6 Gin

📋 copy color: '#D7DCC6'

red 215 ◦ green 220 ◦ blue 198

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

Shades of Gin #D7DCC6

Tints of Gin #D7DCC6

RGB

 RED value IS 215 (84.38% from 255) = 33.97%

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

 BLUE value IS 198 (77.73% from 255) = 31.28%

R = 33.97%
G = 34.76%
B = 31.28%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#D7DCC6 (or 0xD7DCC6) is known color: Gin. HEX triplet: D7, DC and C6. RGB value is (215,220,198). Sum of RGB (Red+Green+Blue) = 215+220+198=633 (83% of max value = 765). Red value is 215 (84.38% from 255 or 33.97% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 198 (77.73% from 255 or 31.28% from 633); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DCC6 is #282339. Grayscale: #D8D8D8. Windows color (decimal): -2630458 or 13032663. OLE color: 13032663.

HSL color Cylindrical-coordinate representation of color #D7DCC6: hue angle of 73.64º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D7DCC6 is Cyan = 0.02, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 220 198 -
CMYK 0.02 0 0.1 0.14
HSL 73.64º 0.24% 0.82% -
HSV(B) 73.64º 0.1% 0.86% -
XYZ 63.81 69.71 63.52 -
YUV 216 117.84 127.29 -
System Red Green Blue C M Y K H S L
Decimal 215 220 198 0.02 0 0.1 0.14 73.64 0.24 0.82
Hex D7 DC C6 2 0 A E 4A 18 52
Octal 327 334 306 2 0 12 16 112 30 122
Binary 11010111 11011100 11000110 10 0 1010 1110 1001010 11000 1010010

Color Harmonies of #D7DCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DCC6

Black with #D7DCC6

Text Example


Text Example

White with #D7DCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DCC6; }

 p { color: rgb(215,220,198); }

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

background-color css

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

 a { background-color: rgb(215,220,198); }

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

border-color css

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

 span { border-color: rgb(215,220,198); }

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