Html Css Color HEX #D6DCC9 Gin

📋 copy color: '#D6DCC9'

red 214 ◦ green 220 ◦ blue 201

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

Shades of Gin #D6DCC9

Tints of Gin #D6DCC9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.65%

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

R = 33.7%
G = 34.65%
B = 31.65%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#D6DCC9 (or 0xD6DCC9) is known color: Gin. HEX triplet: D6, DC and C9. RGB value is (214,220,201). Sum of RGB (Red+Green+Blue) = 214+220+201=635 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.70% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 201 (78.91% from 255 or 31.65% from 635); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DCC9 is #292336. Grayscale: #D8D8D8. Windows color (decimal): -2695991 or 13229270. OLE color: 13229270.

HSL color Cylindrical-coordinate representation of color #D6DCC9: hue angle of 78.95º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D6DCC9 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 220 201 -
CMYK 0.03 0 0.09 0.14
HSL 78.95º 0.21% 0.83% -
HSV(B) 78.95º 0.09% 0.86% -
XYZ 63.87 69.7 65.35 -
YUV 216.04 119.51 126.54 -
System Red Green Blue C M Y K H S L
Decimal 214 220 201 0.03 0 0.09 0.14 78.95 0.21 0.83
Hex D6 DC C9 3 0 9 E 4F 15 53
Octal 326 334 311 3 0 11 16 117 25 123
Binary 11010110 11011100 11001001 11 0 1001 1110 1001111 10101 1010011

Color Harmonies of #D6DCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DCC9

Black with #D6DCC9

Text Example


Text Example

White with #D6DCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DCC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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