Html Css Color HEX #D5E1BE Gin

📋 copy color: '#D5E1BE'

red 213 ◦ green 225 ◦ blue 190

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

Shades of Gin #D5E1BE

Tints of Gin #D5E1BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 30.25%

R = 33.92%
G = 35.83%
B = 30.25%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#D5E1BE (or 0xD5E1BE) is known color: Gin. HEX triplet: D5, E1 and BE. RGB value is (213,225,190). Sum of RGB (Red+Green+Blue) = 213+225+190=628 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.92% from 628); Green value is 225 (88.28% from 255 or 35.83% from 628); Blue value is 190 (74.61% from 255 or 30.25% from 628); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E1BE is #2A1E41. Grayscale: #D9D9D9. Windows color (decimal): -2760258 or 12509653. OLE color: 12509653.

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

Color convert

RGB 213 225 190 -
CMYK 0.05 0 0.16 0.12
HSL 80.57º 0.37% 0.81% -
HSV(B) 80.57º 0.16% 0.88% -
XYZ 63.66 71.71 59.2 -
YUV 217.42 112.52 124.85 -
System Red Green Blue C M Y K H S L
Decimal 213 225 190 0.05 0 0.16 0.12 80.57 0.37 0.81
Hex D5 E1 BE 5 0 10 C 51 25 51
Octal 325 341 276 5 0 20 14 121 45 121
Binary 11010101 11100001 10111110 101 0 10000 1100 1010001 100101 1010001

Color Harmonies of #D5E1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E1BE

Black with #D5E1BE

Text Example


Text Example

White with #D5E1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E1BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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