Html Css Color HEX #D7DEC8 Gin

📋 copy color: '#D7DEC8'

red 215 ◦ green 222 ◦ blue 200

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

Shades of Gin #D7DEC8

Tints of Gin #D7DEC8

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.85%

 BLUE value IS 200 (78.52% from 255) = 31.4%

R = 33.75%
G = 34.85%
B = 31.4%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#D7DEC8 (or 0xD7DEC8) is known color: Gin. HEX triplet: D7, DE and C8. RGB value is (215,222,200). Sum of RGB (Red+Green+Blue) = 215+222+200=637 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.75% from 637); Green value is 222 (87.11% from 255 or 34.85% from 637); Blue value is 200 (78.52% from 255 or 31.40% from 637); Max value from RGB is 222 - color contains mainly: green. Hex color #D7DEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DEC8 is #282137. Grayscale: #D9D9D9. Windows color (decimal): -2629944 or 13164247. OLE color: 13164247.

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

Color convert

RGB 215 222 200 -
CMYK 0.03 0 0.10 0.13
HSL 79.09º 0.25% 0.83% -
HSV(B) 79.09º 0.1% 0.87% -
XYZ 64.57 70.86 64.92 -
YUV 217.4 118.18 126.29 -
System Red Green Blue C M Y K H S L
Decimal 215 222 200 0.03 0 0.10 0.13 79.09 0.25 0.83
Hex D7 DE C8 3 0 A D 4F 19 53
Octal 327 336 310 3 0 12 15 117 31 123
Binary 11010111 11011110 11001000 11 0 1010 1101 1001111 11001 1010011

Color Harmonies of #D7DEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DEC8

Black with #D7DEC8

Text Example


Text Example

White with #D7DEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DEC8; }

 p { color: rgb(215,222,200); }

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

background-color css

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

 a { background-color: rgb(215,222,200); }

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

border-color css

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

 span { border-color: rgb(215,222,200); }

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