Html Css Color HEX #D6DDC1 Gin

📋 copy color: '#D6DDC1'

red 214 ◦ green 221 ◦ blue 193

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

Shades of Gin #D6DDC1

Tints of Gin #D6DDC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 30.73%

R = 34.08%
G = 35.19%
B = 30.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#D6DDC1 (or 0xD6DDC1) is known color: Gin. HEX triplet: D6, DD and C1. RGB value is (214,221,193). Sum of RGB (Red+Green+Blue) = 214+221+193=628 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.08% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 193 (75.78% from 255 or 30.73% from 628); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DDC1 is #29223E. Grayscale: #D7D7D7. Windows color (decimal): -2695743 or 12705238. OLE color: 12705238.

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

Color convert

RGB 214 221 193 -
CMYK 0.03 0 0.13 0.13
HSL 75º 0.29% 0.81% -
HSV(B) 75º 0.13% 0.87% -
XYZ 63.21 69.86 60.6 -
YUV 215.72 115.18 126.78 -
System Red Green Blue C M Y K H S L
Decimal 214 221 193 0.03 0 0.13 0.13 75 0.29 0.81
Hex D6 DD C1 3 0 D D 4B 1D 51
Octal 326 335 301 3 0 15 15 113 35 121
Binary 11010110 11011101 11000001 11 0 1101 1101 1001011 11101 1010001

Color Harmonies of #D6DDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DDC1

Black with #D6DDC1

Text Example


Text Example

White with #D6DDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DDC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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