Html Css Color HEX #D9DECC Gin

📋 copy color: '#D9DECC'

red 217 ◦ green 222 ◦ blue 204

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

Shades of Gin #D9DECC

Tints of Gin #D9DECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 31.73%

R = 33.75%
G = 34.53%
B = 31.73%

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

#D9DECC (or 0xD9DECC) is known color: Gin. HEX triplet: D9, DE and CC. RGB value is (217,222,204). Sum of RGB (Red+Green+Blue) = 217+222+204=643 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.75% from 643); Green value is 222 (87.11% from 255 or 34.53% from 643); Blue value is 204 (80.08% from 255 or 31.73% from 643); Max value from RGB is 222 - color contains mainly: green. Hex color #D9DECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DECC is #262133. Grayscale: #DADADA. Windows color (decimal): -2498868 or 13426393. OLE color: 13426393.

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

Color convert

RGB 217 222 204 -
CMYK 0.02 0 0.08 0.13
HSL 76.67º 0.21% 0.84% -
HSV(B) 76.67º 0.08% 0.87% -
XYZ 65.64 71.35 67.44 -
YUV 218.45 119.84 126.96 -
System Red Green Blue C M Y K H S L
Decimal 217 222 204 0.02 0 0.08 0.13 76.67 0.21 0.84
Hex D9 DE CC 2 0 8 D 4D 15 54
Octal 331 336 314 2 0 10 15 115 25 124
Binary 11011001 11011110 11001100 10 0 1000 1101 1001101 10101 1010100

Color Harmonies of #D9DECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DECC

Black with #D9DECC

Text Example


Text Example

White with #D9DECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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