Html Css Color HEX #D4DDC6 Gin

📋 copy color: '#D4DDC6'

red 212 ◦ green 221 ◦ blue 198

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

Shades of Gin #D4DDC6

Tints of Gin #D4DDC6

RGB

 RED value IS 212 (83.2% from 255) = 33.6%

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

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

R = 33.6%
G = 35.02%
B = 31.38%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#D4DDC6 (or 0xD4DDC6) is known color: Gin. HEX triplet: D4, DD and C6. RGB value is (212,221,198). Sum of RGB (Red+Green+Blue) = 212+221+198=631 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.60% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 198 (77.73% from 255 or 31.38% from 631); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DDC6 is #2B2239. Grayscale: #D7D7D7. Windows color (decimal): -2826810 or 13032916. OLE color: 13032916.

HSL color Cylindrical-coordinate representation of color #D4DDC6: hue angle of 83.48º 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 #D4DDC6 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 221 198 -
CMYK 0.04 0 0.10 0.13
HSL 83.48º 0.25% 0.82% -
HSV(B) 83.48º 0.1% 0.87% -
XYZ 63.2 69.79 63.57 -
YUV 215.69 118.02 125.37 -
System Red Green Blue C M Y K H S L
Decimal 212 221 198 0.04 0 0.10 0.13 83.48 0.25 0.82
Hex D4 DD C6 4 0 A D 53 19 52
Octal 324 335 306 4 0 12 15 123 31 122
Binary 11010100 11011101 11000110 100 0 1010 1101 1010011 11001 1010010

Color Harmonies of #D4DDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DDC6

Black with #D4DDC6

Text Example


Text Example

White with #D4DDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DDC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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