Html Css Color HEX #D4E1C0 Gin

📋 copy color: '#D4E1C0'

red 212 ◦ green 225 ◦ blue 192

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

Shades of Gin #D4E1C0

Tints of Gin #D4E1C0

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.77%

 BLUE value IS 192 (75.39% from 255) = 30.52%

R = 33.7%
G = 35.77%
B = 30.52%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#D4E1C0 (or 0xD4E1C0) is known color: Gin. HEX triplet: D4, E1 and C0. RGB value is (212,225,192). Sum of RGB (Red+Green+Blue) = 212+225+192=629 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.70% from 629); Green value is 225 (88.28% from 255 or 35.77% from 629); Blue value is 192 (75.39% from 255 or 30.52% from 629); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E1C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4E1C0 is #2B1E3F. Grayscale: #D9D9D9. Windows color (decimal): -2825792 or 12640724. OLE color: 12640724.

HSL color Cylindrical-coordinate representation of color #D4E1C0: hue angle of 83.64º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D4E1C0 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 225 192 -
CMYK 0.06 0 0.15 0.12
HSL 83.64º 0.35% 0.82% -
HSV(B) 83.64º 0.15% 0.88% -
XYZ 63.59 71.65 60.35 -
YUV 217.35 113.69 124.18 -
System Red Green Blue C M Y K H S L
Decimal 212 225 192 0.06 0 0.15 0.12 83.64 0.35 0.82
Hex D4 E1 C0 6 0 F C 54 23 52
Octal 324 341 300 6 0 17 14 124 43 122
Binary 11010100 11100001 11000000 110 0 1111 1100 1010100 100011 1010010

Color Harmonies of #D4E1C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E1C0

Black with #D4E1C0

Text Example


Text Example

White with #D4E1C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E1C0; }

 p { color: rgb(212,225,192); }

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

background-color css

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

 a { background-color: rgb(212,225,192); }

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

border-color css

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

 span { border-color: rgb(212,225,192); }

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