Html Css Color HEX #D7DDC5 Gin

📋 copy color: '#D7DDC5'

red 215 ◦ green 221 ◦ blue 197

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

Shades of Gin #D7DDC5

Tints of Gin #D7DDC5

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.91%

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

R = 33.97%
G = 34.91%
B = 31.12%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#D7DDC5 (or 0xD7DDC5) is known color: Gin. HEX triplet: D7, DD and C5. RGB value is (215,221,197). Sum of RGB (Red+Green+Blue) = 215+221+197=633 (83% of max value = 765). Red value is 215 (84.38% from 255 or 33.97% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 197 (77.34% from 255 or 31.12% from 633); Max value from RGB is 221 - color contains mainly: green. Hex color #D7DDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DDC5 is #28223A. Grayscale: #D8D8D8. Windows color (decimal): -2630203 or 12967383. OLE color: 12967383.

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

Color convert

RGB 215 221 197 -
CMYK 0.03 0 0.11 0.13
HSL 75º 0.26% 0.82% -
HSV(B) 75º 0.11% 0.87% -
XYZ 63.96 70.19 63 -
YUV 216.47 117.01 126.95 -
System Red Green Blue C M Y K H S L
Decimal 215 221 197 0.03 0 0.11 0.13 75 0.26 0.82
Hex D7 DD C5 3 0 B D 4B 1A 52
Octal 327 335 305 3 0 13 15 113 32 122
Binary 11010111 11011101 11000101 11 0 1011 1101 1001011 11010 1010010

Color Harmonies of #D7DDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DDC5

Black with #D7DDC5

Text Example


Text Example

White with #D7DDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DDC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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