Html Css Color HEX #D7DDC2 Gin

📋 copy color: '#D7DDC2'

red 215 ◦ green 221 ◦ blue 194

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

Shades of Gin #D7DDC2

Tints of Gin #D7DDC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 30.79%

R = 34.13%
G = 35.08%
B = 30.79%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#D7DDC2 (or 0xD7DDC2) is known color: Gin. HEX triplet: D7, DD and C2. RGB value is (215,221,194). Sum of RGB (Red+Green+Blue) = 215+221+194=630 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.13% from 630); Green value is 221 (86.72% from 255 or 35.08% from 630); Blue value is 194 (76.17% from 255 or 30.79% from 630); Max value from RGB is 221 - color contains mainly: green. Hex color #D7DDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DDC2 is #28223D. Grayscale: #D8D8D8. Windows color (decimal): -2630206 or 12770775. OLE color: 12770775.

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

Color convert

RGB 215 221 194 -
CMYK 0.03 0 0.12 0.13
HSL 73.33º 0.28% 0.81% -
HSV(B) 73.33º 0.12% 0.87% -
XYZ 63.62 70.06 61.21 -
YUV 216.13 115.51 127.2 -
System Red Green Blue C M Y K H S L
Decimal 215 221 194 0.03 0 0.12 0.13 73.33 0.28 0.81
Hex D7 DD C2 3 0 C D 49 1C 51
Octal 327 335 302 3 0 14 15 111 34 121
Binary 11010111 11011101 11000010 11 0 1100 1101 1001001 11100 1010001

Color Harmonies of #D7DDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DDC2

Black with #D7DDC2

Text Example


Text Example

White with #D7DDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DDC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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