Html Css Color HEX #D6DBCD Gin

📋 copy color: '#D6DBCD'

red 214 ◦ green 219 ◦ blue 205

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

Shades of Gin #D6DBCD

Tints of Gin #D6DBCD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.33%

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

R = 33.54%
G = 34.33%
B = 32.13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#D6DBCD (or 0xD6DBCD) is known color: Gin. HEX triplet: D6, DB and CD. RGB value is (214,219,205). Sum of RGB (Red+Green+Blue) = 214+219+205=638 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.54% from 638); Green value is 219 (85.94% from 255 or 34.33% from 638); Blue value is 205 (80.47% from 255 or 32.13% from 638); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DBCD is #292432. Grayscale: #D7D7D7. Windows color (decimal): -2696243 or 13491158. OLE color: 13491158.

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

Color convert

RGB 214 219 205 -
CMYK 0.02 0 0.06 0.14
HSL 81.43º 0.16% 0.83% -
HSV(B) 81.43º 0.06% 0.86% -
XYZ 64.08 69.37 67.77 -
YUV 215.91 121.84 126.64 -
System Red Green Blue C M Y K H S L
Decimal 214 219 205 0.02 0 0.06 0.14 81.43 0.16 0.83
Hex D6 DB CD 2 0 6 E 51 10 53
Octal 326 333 315 2 0 6 16 121 20 123
Binary 11010110 11011011 11001101 10 0 110 1110 1010001 10000 1010011

Color Harmonies of #D6DBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DBCD

Black with #D6DBCD

Text Example


Text Example

White with #D6DBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DBCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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