Html Css Color HEX #D6DACE Gin

📋 copy color: '#D6DACE'

red 214 ◦ green 218 ◦ blue 206

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

Shades of Gin #D6DACE

Tints of Gin #D6DACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 32.29%

R = 33.54%
G = 34.17%
B = 32.29%

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

#D6DACE (or 0xD6DACE) is known color: Gin. HEX triplet: D6, DA and CE. RGB value is (214,218,206). Sum of RGB (Red+Green+Blue) = 214+218+206=638 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.54% from 638); Green value is 218 (85.55% from 255 or 34.17% from 638); Blue value is 206 (80.86% from 255 or 32.29% from 638); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DACE is #292531. Grayscale: #D7D7D7. Windows color (decimal): -2696498 or 13556438. OLE color: 13556438.

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

Color convert

RGB 214 218 206 -
CMYK 0.02 0 0.06 0.15
HSL 80º 0.14% 0.83% -
HSV(B) 80º 0.06% 0.85% -
XYZ 63.94 68.9 68.32 -
YUV 215.44 122.67 126.98 -
System Red Green Blue C M Y K H S L
Decimal 214 218 206 0.02 0 0.06 0.15 80 0.14 0.83
Hex D6 DA CE 2 0 6 F 50 E 53
Octal 326 332 316 2 0 6 17 120 16 123
Binary 11010110 11011010 11001110 10 0 110 1111 1010000 1110 1010011

Color Harmonies of #D6DACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DACE

Black with #D6DACE

Text Example


Text Example

White with #D6DACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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