Html Css Color HEX #D4DEC4 Gin

📋 copy color: '#D4DEC4'

red 212 ◦ green 222 ◦ blue 196

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

Shades of Gin #D4DEC4

Tints of Gin #D4DEC4

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.24%

 BLUE value IS 196 (76.95% from 255) = 31.11%

R = 33.65%
G = 35.24%
B = 31.11%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#D4DEC4 (or 0xD4DEC4) is known color: Gin. HEX triplet: D4, DE and C4. RGB value is (212,222,196). Sum of RGB (Red+Green+Blue) = 212+222+196=630 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.65% from 630); Green value is 222 (87.11% from 255 or 35.24% from 630); Blue value is 196 (76.95% from 255 or 31.11% from 630); Max value from RGB is 222 - color contains mainly: green. Hex color #D4DEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DEC4 is #2B213B. Grayscale: #D8D8D8. Windows color (decimal): -2826556 or 12902100. OLE color: 12902100.

HSL color Cylindrical-coordinate representation of color #D4DEC4: hue angle of 83.08º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4DEC4 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 222 196 -
CMYK 0.05 0 0.12 0.13
HSL 83.08º 0.28% 0.82% -
HSV(B) 83.08º 0.12% 0.87% -
XYZ 63.24 70.23 62.45 -
YUV 216.05 116.69 125.11 -
System Red Green Blue C M Y K H S L
Decimal 212 222 196 0.05 0 0.12 0.13 83.08 0.28 0.82
Hex D4 DE C4 5 0 C D 53 1C 52
Octal 324 336 304 5 0 14 15 123 34 122
Binary 11010100 11011110 11000100 101 0 1100 1101 1010011 11100 1010010

Color Harmonies of #D4DEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DEC4

Black with #D4DEC4

Text Example


Text Example

White with #D4DEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DEC4; }

 p { color: rgb(212,222,196); }

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

background-color css

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

 a { background-color: rgb(212,222,196); }

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

border-color css

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

 span { border-color: rgb(212,222,196); }

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