Html Css Color HEX #D6DCC8 Gin

📋 copy color: '#D6DCC8'

red 214 ◦ green 220 ◦ blue 200

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

Shades of Gin #D6DCC8

Tints of Gin #D6DCC8

RGB

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

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

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

R = 33.75%
G = 34.7%
B = 31.55%

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

#D6DCC8 (or 0xD6DCC8) is known color: Gin. HEX triplet: D6, DC and C8. RGB value is (214,220,200). Sum of RGB (Red+Green+Blue) = 214+220+200=634 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.75% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 200 (78.52% from 255 or 31.55% from 634); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DCC8 is #292337. Grayscale: #D8D8D8. Windows color (decimal): -2695992 or 13163734. OLE color: 13163734.

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

Color convert

RGB 214 220 200 -
CMYK 0.03 0 0.09 0.14
HSL 78º 0.22% 0.82% -
HSV(B) 78º 0.09% 0.86% -
XYZ 63.75 69.65 64.73 -
YUV 215.93 119.01 126.63 -
System Red Green Blue C M Y K H S L
Decimal 214 220 200 0.03 0 0.09 0.14 78 0.22 0.82
Hex D6 DC C8 3 0 9 E 4E 16 52
Octal 326 334 310 3 0 11 16 116 26 122
Binary 11010110 11011100 11001000 11 0 1001 1110 1001110 10110 1010010

Color Harmonies of #D6DCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DCC8

Black with #D6DCC8

Text Example


Text Example

White with #D6DCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DCC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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