Html Css Color HEX #D6DDC6 Gin

📋 copy color: '#D6DDC6'

red 214 ◦ green 221 ◦ blue 198

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

Shades of Gin #D6DDC6

Tints of Gin #D6DDC6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.91%

 BLUE value IS 198 (77.73% from 255) = 31.28%

R = 33.81%
G = 34.91%
B = 31.28%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#D6DDC6 (or 0xD6DDC6) is known color: Gin. HEX triplet: D6, DD and C6. RGB value is (214,221,198). Sum of RGB (Red+Green+Blue) = 214+221+198=633 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.81% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 198 (77.73% from 255 or 31.28% from 633); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DDC6 is #292239. Grayscale: #D8D8D8. Windows color (decimal): -2695738 or 13032918. OLE color: 13032918.

HSL color Cylindrical-coordinate representation of color #D6DDC6: hue angle of 78.26º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6DDC6 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 221 198 -
CMYK 0.03 0 0.10 0.13
HSL 78.26º 0.25% 0.82% -
HSV(B) 78.26º 0.1% 0.87% -
XYZ 63.78 70.09 63.59 -
YUV 216.29 117.68 126.37 -
System Red Green Blue C M Y K H S L
Decimal 214 221 198 0.03 0 0.10 0.13 78.26 0.25 0.82
Hex D6 DD C6 3 0 A D 4E 19 52
Octal 326 335 306 3 0 12 15 116 31 122
Binary 11010110 11011101 11000110 11 0 1010 1101 1001110 11001 1010010

Color Harmonies of #D6DDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DDC6

Black with #D6DDC6

Text Example


Text Example

White with #D6DDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DDC6; }

 p { color: rgb(214,221,198); }

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

background-color css

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

 a { background-color: rgb(214,221,198); }

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

border-color css

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

 span { border-color: rgb(214,221,198); }

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