Html Css Color HEX #D5E1C2 Gin

📋 copy color: '#D5E1C2'

red 213 ◦ green 225 ◦ blue 194

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

Shades of Gin #D5E1C2

Tints of Gin #D5E1C2

RGB

 RED value IS 213 (83.59% from 255) = 33.7%

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

 BLUE value IS 194 (76.17% from 255) = 30.7%

R = 33.7%
G = 35.6%
B = 30.7%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#D5E1C2 (or 0xD5E1C2) is known color: Gin. HEX triplet: D5, E1 and C2. RGB value is (213,225,194). Sum of RGB (Red+Green+Blue) = 213+225+194=632 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.70% from 632); Green value is 225 (88.28% from 255 or 35.60% from 632); Blue value is 194 (76.17% from 255 or 30.70% from 632); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E1C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E1C2 is #2A1E3D. Grayscale: #D9D9D9. Windows color (decimal): -2760254 or 12771797. OLE color: 12771797.

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

Color convert

RGB 213 225 194 -
CMYK 0.05 0 0.14 0.12
HSL 83.23º 0.34% 0.82% -
HSV(B) 83.23º 0.14% 0.88% -
XYZ 64.1 71.89 61.54 -
YUV 217.88 114.52 124.52 -
System Red Green Blue C M Y K H S L
Decimal 213 225 194 0.05 0 0.14 0.12 83.23 0.34 0.82
Hex D5 E1 C2 5 0 E C 53 22 52
Octal 325 341 302 5 0 16 14 123 42 122
Binary 11010101 11100001 11000010 101 0 1110 1100 1010011 100010 1010010

Color Harmonies of #D5E1C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E1C2

Black with #D5E1C2

Text Example


Text Example

White with #D5E1C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E1C2; }

 p { color: rgb(213,225,194); }

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

background-color css

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

 a { background-color: rgb(213,225,194); }

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

border-color css

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

 span { border-color: rgb(213,225,194); }

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