Html Css Color HEX #D9DDC8 Gin

📋 copy color: '#D9DDC8'

red 217 ◦ green 221 ◦ blue 200

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

Shades of Gin #D9DDC8

Tints of Gin #D9DDC8

RGB

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

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

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

R = 34.01%
G = 34.64%
B = 31.35%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#D9DDC8 (or 0xD9DDC8) is known color: Gin. HEX triplet: D9, DD and C8. RGB value is (217,221,200). Sum of RGB (Red+Green+Blue) = 217+221+200=638 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.01% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 200 (78.52% from 255 or 31.35% from 638); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DDC8 is #262237. Grayscale: #D9D9D9. Windows color (decimal): -2499128 or 13163993. OLE color: 13163993.

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

Color convert

RGB 217 221 200 -
CMYK 0.02 0 0.10 0.13
HSL 71.43º 0.24% 0.83% -
HSV(B) 71.43º 0.1% 0.87% -
XYZ 64.9 70.63 64.86 -
YUV 217.41 118.17 127.71 -
System Red Green Blue C M Y K H S L
Decimal 217 221 200 0.02 0 0.10 0.13 71.43 0.24 0.83
Hex D9 DD C8 2 0 A D 47 18 53
Octal 331 335 310 2 0 12 15 107 30 123
Binary 11011001 11011101 11001000 10 0 1010 1101 1000111 11000 1010011

Color Harmonies of #D9DDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DDC8

Black with #D9DDC8

Text Example


Text Example

White with #D9DDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DDC8; }

 p { color: rgb(217,221,200); }

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

background-color css

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

 a { background-color: rgb(217,221,200); }

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

border-color css

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

 span { border-color: rgb(217,221,200); }

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