Html Css Color HEX #D9DECD Gin

📋 copy color: '#D9DECD'

red 217 ◦ green 222 ◦ blue 205

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

Shades of Gin #D9DECD

Tints of Gin #D9DECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 31.83%

R = 33.7%
G = 34.47%
B = 31.83%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#D9DECD (or 0xD9DECD) is known color: Gin. HEX triplet: D9, DE and CD. RGB value is (217,222,205). Sum of RGB (Red+Green+Blue) = 217+222+205=644 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.70% from 644); Green value is 222 (87.11% from 255 or 34.47% from 644); Blue value is 205 (80.47% from 255 or 31.83% from 644); Max value from RGB is 222 - color contains mainly: green. Hex color #D9DECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DECD is #262132. Grayscale: #DADADA. Windows color (decimal): -2498867 or 13491929. OLE color: 13491929.

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

Color convert

RGB 217 222 205 -
CMYK 0.02 0 0.08 0.13
HSL 77.65º 0.2% 0.84% -
HSV(B) 77.65º 0.08% 0.87% -
XYZ 65.76 71.4 68.07 -
YUV 218.57 120.34 126.88 -
System Red Green Blue C M Y K H S L
Decimal 217 222 205 0.02 0 0.08 0.13 77.65 0.2 0.84
Hex D9 DE CD 2 0 8 D 4E 14 54
Octal 331 336 315 2 0 10 15 116 24 124
Binary 11011001 11011110 11001101 10 0 1000 1101 1001110 10100 1010100

Color Harmonies of #D9DECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DECD

Black with #D9DECD

Text Example


Text Example

White with #D9DECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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