Html Css Color HEX #D7DCCD Gin

📋 copy color: '#D7DCCD'

red 215 ◦ green 220 ◦ blue 205

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

Shades of Gin #D7DCCD

Tints of Gin #D7DCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 32.03%

R = 33.59%
G = 34.38%
B = 32.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#D7DCCD (or 0xD7DCCD) is known color: Gin. HEX triplet: D7, DC and CD. RGB value is (215,220,205). Sum of RGB (Red+Green+Blue) = 215+220+205=640 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.59% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DCCD is #282332. Grayscale: #D8D8D8. Windows color (decimal): -2630451 or 13491415. OLE color: 13491415.

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

Color convert

RGB 215 220 205 -
CMYK 0.02 0 0.07 0.14
HSL 80º 0.18% 0.83% -
HSV(B) 80º 0.07% 0.86% -
XYZ 64.64 70.04 67.87 -
YUV 216.8 121.34 126.72 -
System Red Green Blue C M Y K H S L
Decimal 215 220 205 0.02 0 0.07 0.14 80 0.18 0.83
Hex D7 DC CD 2 0 7 E 50 12 53
Octal 327 334 315 2 0 7 16 120 22 123
Binary 11010111 11011100 11001101 10 0 111 1110 1010000 10010 1010011

Color Harmonies of #D7DCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DCCD

Black with #D7DCCD

Text Example


Text Example

White with #D7DCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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