Html Css Color HEX #D6DACC Gin

📋 copy color: '#D6DACC'

red 214 ◦ green 218 ◦ blue 204

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

Shades of Gin #D6DACC

Tints of Gin #D6DACC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.28%

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

R = 33.65%
G = 34.28%
B = 32.08%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D6DACC (or 0xD6DACC) is known color: Gin. HEX triplet: D6, DA and CC. RGB value is (214,218,204). Sum of RGB (Red+Green+Blue) = 214+218+204=636 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.65% from 636); Green value is 218 (85.55% from 255 or 34.28% from 636); Blue value is 204 (80.08% from 255 or 32.08% from 636); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DACC is #292533. Grayscale: #D7D7D7. Windows color (decimal): -2696500 or 13425366. OLE color: 13425366.

HSL color Cylindrical-coordinate representation of color #D6DACC: hue angle of 77.14º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D6DACC is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 218 204 -
CMYK 0.02 0 0.06 0.15
HSL 77.14º 0.16% 0.83% -
HSV(B) 77.14º 0.06% 0.85% -
XYZ 63.7 68.8 67.05 -
YUV 215.21 121.67 127.14 -
System Red Green Blue C M Y K H S L
Decimal 214 218 204 0.02 0 0.06 0.15 77.14 0.16 0.83
Hex D6 DA CC 2 0 6 F 4D 10 53
Octal 326 332 314 2 0 6 17 115 20 123
Binary 11010110 11011010 11001100 10 0 110 1111 1001101 10000 1010011

Color Harmonies of #D6DACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DACC

Black with #D6DACC

Text Example


Text Example

White with #D6DACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DACC; }

 p { color: rgb(214,218,204); }

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

background-color css

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

 a { background-color: rgb(214,218,204); }

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

border-color css

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

 span { border-color: rgb(214,218,204); }

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