Html Css Color HEX #D7DCC5 Gin

📋 copy color: '#D7DCC5'

red 215 ◦ green 220 ◦ blue 197

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

Shades of Gin #D7DCC5

Tints of Gin #D7DCC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 31.17%

R = 34.02%
G = 34.81%
B = 31.17%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#D7DCC5 (or 0xD7DCC5) is known color: Gin. HEX triplet: D7, DC and C5. RGB value is (215,220,197). Sum of RGB (Red+Green+Blue) = 215+220+197=632 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.02% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 197 (77.34% from 255 or 31.17% from 632); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DCC5 is #28233A. Grayscale: #D7D7D7. Windows color (decimal): -2630459 or 12967127. OLE color: 12967127.

HSL color Cylindrical-coordinate representation of color #D7DCC5: hue angle of 73.04º degrees, saturation: 0.25, 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 #D7DCC5 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 220 197 -
CMYK 0.02 0 0.10 0.14
HSL 73.04º 0.25% 0.82% -
HSV(B) 73.04º 0.1% 0.86% -
XYZ 63.7 69.66 62.91 -
YUV 215.88 117.34 127.37 -
System Red Green Blue C M Y K H S L
Decimal 215 220 197 0.02 0 0.10 0.14 73.04 0.25 0.82
Hex D7 DC C5 2 0 A E 49 19 52
Octal 327 334 305 2 0 12 16 111 31 122
Binary 11010111 11011100 11000101 10 0 1010 1110 1001001 11001 1010010

Color Harmonies of #D7DCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DCC5

Black with #D7DCC5

Text Example


Text Example

White with #D7DCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DCC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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