Html Css Color HEX #D6DEC9 Gin

📋 copy color: '#D6DEC9'

red 214 ◦ green 222 ◦ blue 201

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

Shades of Gin #D6DEC9

Tints of Gin #D6DEC9

RGB

 RED value IS 214 (83.98% from 255) = 33.59%

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

 BLUE value IS 201 (78.91% from 255) = 31.55%

R = 33.59%
G = 34.85%
B = 31.55%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#D6DEC9 (or 0xD6DEC9) is known color: Gin. HEX triplet: D6, DE and C9. RGB value is (214,222,201). Sum of RGB (Red+Green+Blue) = 214+222+201=637 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.59% from 637); Green value is 222 (87.11% from 255 or 34.85% from 637); Blue value is 201 (78.91% from 255 or 31.55% from 637); Max value from RGB is 222 - color contains mainly: green. Hex color #D6DEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DEC9 is #292136. Grayscale: #D9D9D9. Windows color (decimal): -2695479 or 13229782. OLE color: 13229782.

HSL color Cylindrical-coordinate representation of color #D6DEC9: hue angle of 82.86º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D6DEC9 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 222 201 -
CMYK 0.04 0 0.09 0.13
HSL 82.86º 0.24% 0.83% -
HSV(B) 82.86º 0.09% 0.87% -
XYZ 64.4 70.76 65.52 -
YUV 217.21 118.85 125.71 -
System Red Green Blue C M Y K H S L
Decimal 214 222 201 0.04 0 0.09 0.13 82.86 0.24 0.83
Hex D6 DE C9 4 0 9 D 53 18 53
Octal 326 336 311 4 0 11 15 123 30 123
Binary 11010110 11011110 11001001 100 0 1001 1101 1010011 11000 1010011

Color Harmonies of #D6DEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DEC9

Black with #D6DEC9

Text Example


Text Example

White with #D6DEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DEC9; }

 p { color: rgb(214,222,201); }

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

background-color css

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

 a { background-color: rgb(214,222,201); }

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

border-color css

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

 span { border-color: rgb(214,222,201); }

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