Html Css Color HEX #D7DDCB Gin

📋 copy color: '#D7DDCB'

red 215 ◦ green 221 ◦ blue 203

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

Shades of Gin #D7DDCB

Tints of Gin #D7DDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 31.77%

R = 33.65%
G = 34.59%
B = 31.77%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#D7DDCB (or 0xD7DDCB) is known color: Gin. HEX triplet: D7, DD and CB. RGB value is (215,221,203). Sum of RGB (Red+Green+Blue) = 215+221+203=639 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.65% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 203 (79.69% from 255 or 31.77% from 639); Max value from RGB is 221 - color contains mainly: green. Hex color #D7DDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DDCB is #282234. Grayscale: #D9D9D9. Windows color (decimal): -2630197 or 13360599. OLE color: 13360599.

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

Color convert

RGB 215 221 203 -
CMYK 0.03 0 0.08 0.13
HSL 80º 0.21% 0.83% -
HSV(B) 80º 0.08% 0.87% -
XYZ 64.66 70.47 66.69 -
YUV 217.15 120.01 126.46 -
System Red Green Blue C M Y K H S L
Decimal 215 221 203 0.03 0 0.08 0.13 80 0.21 0.83
Hex D7 DD CB 3 0 8 D 50 15 53
Octal 327 335 313 3 0 10 15 120 25 123
Binary 11010111 11011101 11001011 11 0 1000 1101 1010000 10101 1010011

Color Harmonies of #D7DDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DDCB

Black with #D7DDCB

Text Example


Text Example

White with #D7DDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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