Html Css Color HEX #D6DACB Gin

📋 copy color: '#D6DACB'

red 214 ◦ green 218 ◦ blue 203

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

Shades of Gin #D6DACB

Tints of Gin #D6DACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 31.97%

R = 33.7%
G = 34.33%
B = 31.97%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D6DACB (or 0xD6DACB) is known color: Gin. HEX triplet: D6, DA and CB. RGB value is (214,218,203). Sum of RGB (Red+Green+Blue) = 214+218+203=635 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.70% from 635); Green value is 218 (85.55% from 255 or 34.33% from 635); Blue value is 203 (79.69% from 255 or 31.97% from 635); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DACB is #292534. Grayscale: #D7D7D7. Windows color (decimal): -2696501 or 13359830. OLE color: 13359830.

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

Color convert

RGB 214 218 203 -
CMYK 0.02 0 0.07 0.15
HSL 76º 0.17% 0.83% -
HSV(B) 76º 0.07% 0.85% -
XYZ 63.58 68.75 66.42 -
YUV 215.09 121.17 127.22 -
System Red Green Blue C M Y K H S L
Decimal 214 218 203 0.02 0 0.07 0.15 76 0.17 0.83
Hex D6 DA CB 2 0 7 F 4C 11 53
Octal 326 332 313 2 0 7 17 114 21 123
Binary 11010110 11011010 11001011 10 0 111 1111 1001100 10001 1010011

Color Harmonies of #D6DACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DACB

Black with #D6DACB

Text Example


Text Example

White with #D6DACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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