Html Css Color HEX #D6DBC8 Gin

📋 copy color: '#D6DBC8'

red 214 ◦ green 219 ◦ blue 200

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

Shades of Gin #D6DBC8

Tints of Gin #D6DBC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 31.6%

R = 33.81%
G = 34.6%
B = 31.6%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#D6DBC8 (or 0xD6DBC8) is known color: Gin. HEX triplet: D6, DB and C8. RGB value is (214,219,200). Sum of RGB (Red+Green+Blue) = 214+219+200=633 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.81% from 633); Green value is 219 (85.94% from 255 or 34.60% from 633); Blue value is 200 (78.52% from 255 or 31.60% from 633); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DBC8 is #292437. Grayscale: #D7D7D7. Windows color (decimal): -2696248 or 13163478. OLE color: 13163478.

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

Color convert

RGB 214 219 200 -
CMYK 0.02 0 0.09 0.14
HSL 75.79º 0.21% 0.82% -
HSV(B) 75.79º 0.09% 0.86% -
XYZ 63.49 69.13 64.64 -
YUV 215.34 119.34 127.04 -
System Red Green Blue C M Y K H S L
Decimal 214 219 200 0.02 0 0.09 0.14 75.79 0.21 0.82
Hex D6 DB C8 2 0 9 E 4C 15 52
Octal 326 333 310 2 0 11 16 114 25 122
Binary 11010110 11011011 11001000 10 0 1001 1110 1001100 10101 1010010

Color Harmonies of #D6DBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DBC8

Black with #D6DBC8

Text Example


Text Example

White with #D6DBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DBC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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