Html Css Color HEX #D7DCC4 Gin

📋 copy color: '#D7DCC4'

red 215 ◦ green 220 ◦ blue 196

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

Shades of Gin #D7DCC4

Tints of Gin #D7DCC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 31.06%

R = 34.07%
G = 34.87%
B = 31.06%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#D7DCC4 (or 0xD7DCC4) is known color: Gin. HEX triplet: D7, DC and C4. RGB value is (215,220,196). Sum of RGB (Red+Green+Blue) = 215+220+196=631 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.07% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 196 (76.95% from 255 or 31.06% from 631); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DCC4 is #28233B. Grayscale: #D7D7D7. Windows color (decimal): -2630460 or 12901591. OLE color: 12901591.

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

Color convert

RGB 215 220 196 -
CMYK 0.02 0 0.11 0.14
HSL 72.5º 0.26% 0.82% -
HSV(B) 72.5º 0.11% 0.86% -
XYZ 63.58 69.62 62.31 -
YUV 215.77 116.84 127.45 -
System Red Green Blue C M Y K H S L
Decimal 215 220 196 0.02 0 0.11 0.14 72.5 0.26 0.82
Hex D7 DC C4 2 0 B E 48 1A 52
Octal 327 334 304 2 0 13 16 110 32 122
Binary 11010111 11011100 11000100 10 0 1011 1110 1001000 11010 1010010

Color Harmonies of #D7DCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DCC4

Black with #D7DCC4

Text Example


Text Example

White with #D7DCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DCC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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