Html Css Color HEX #D9DEC6 Gin

📋 copy color: '#D9DEC6'

red 217 ◦ green 222 ◦ blue 198

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

Shades of Gin #D9DEC6

Tints of Gin #D9DEC6

RGB

 RED value IS 217 (85.16% from 255) = 34.07%

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

 BLUE value IS 198 (77.73% from 255) = 31.08%

R = 34.07%
G = 34.85%
B = 31.08%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#D9DEC6 (or 0xD9DEC6) is known color: Gin. HEX triplet: D9, DE and C6. RGB value is (217,222,198). Sum of RGB (Red+Green+Blue) = 217+222+198=637 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.07% from 637); Green value is 222 (87.11% from 255 or 34.85% from 637); Blue value is 198 (77.73% from 255 or 31.08% from 637); Max value from RGB is 222 - color contains mainly: green. Hex color #D9DEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DEC6 is #262139. Grayscale: #D9D9D9. Windows color (decimal): -2498874 or 13033177. OLE color: 13033177.

HSL color Cylindrical-coordinate representation of color #D9DEC6: hue angle of 72.5º degrees, saturation: 0.27, 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 #D9DEC6 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 222 198 -
CMYK 0.02 0 0.11 0.13
HSL 72.5º 0.27% 0.82% -
HSV(B) 72.5º 0.11% 0.87% -
XYZ 64.93 71.07 63.72 -
YUV 217.77 116.84 127.45 -
System Red Green Blue C M Y K H S L
Decimal 217 222 198 0.02 0 0.11 0.13 72.5 0.27 0.82
Hex D9 DE C6 2 0 B D 48 1B 52
Octal 331 336 306 2 0 13 15 110 33 122
Binary 11011001 11011110 11000110 10 0 1011 1101 1001000 11011 1010010

Color Harmonies of #D9DEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DEC6

Black with #D9DEC6

Text Example


Text Example

White with #D9DEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DEC6; }

 p { color: rgb(217,222,198); }

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

background-color css

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

 a { background-color: rgb(217,222,198); }

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

border-color css

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

 span { border-color: rgb(217,222,198); }

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