Html Css Color HEX #D6DACD Gin

📋 copy color: '#D6DACD'

red 214 ◦ green 218 ◦ blue 205

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

Shades of Gin #D6DACD

Tints of Gin #D6DACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 32.18%

R = 33.59%
G = 34.22%
B = 32.18%

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

#D6DACD (or 0xD6DACD) is known color: Gin. HEX triplet: D6, DA and CD. RGB value is (214,218,205). Sum of RGB (Red+Green+Blue) = 214+218+205=637 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.59% from 637); Green value is 218 (85.55% from 255 or 34.22% from 637); Blue value is 205 (80.47% from 255 or 32.18% from 637); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DACD is #292532. Grayscale: #D7D7D7. Windows color (decimal): -2696499 or 13490902. OLE color: 13490902.

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

Color convert

RGB 214 218 205 -
CMYK 0.02 0 0.06 0.15
HSL 78.46º 0.15% 0.83% -
HSV(B) 78.46º 0.06% 0.85% -
XYZ 63.82 68.85 67.68 -
YUV 215.32 122.17 127.06 -
System Red Green Blue C M Y K H S L
Decimal 214 218 205 0.02 0 0.06 0.15 78.46 0.15 0.83
Hex D6 DA CD 2 0 6 F 4E F 53
Octal 326 332 315 2 0 6 17 116 17 123
Binary 11010110 11011010 11001101 10 0 110 1111 1001110 1111 1010011

Color Harmonies of #D6DACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DACD

Black with #D6DACD

Text Example


Text Example

White with #D6DACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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