Html Css Color HEX #D5E1BA Gin

📋 copy color: '#D5E1BA'

red 213 ◦ green 225 ◦ blue 186

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

Shades of Gin #D5E1BA

Tints of Gin #D5E1BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 29.81%

R = 34.13%
G = 36.06%
B = 29.81%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#D5E1BA (or 0xD5E1BA) is known color: Gin. HEX triplet: D5, E1 and BA. RGB value is (213,225,186). Sum of RGB (Red+Green+Blue) = 213+225+186=624 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.13% from 624); Green value is 225 (88.28% from 255 or 36.06% from 624); Blue value is 186 (73.05% from 255 or 29.81% from 624); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E1BA is #2A1E45. Grayscale: #D9D9D9. Windows color (decimal): -2760262 or 12247509. OLE color: 12247509.

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

Color convert

RGB 213 225 186 -
CMYK 0.05 0 0.17 0.12
HSL 78.46º 0.39% 0.81% -
HSV(B) 78.46º 0.17% 0.88% -
XYZ 63.23 71.54 56.93 -
YUV 216.97 110.52 125.17 -
System Red Green Blue C M Y K H S L
Decimal 213 225 186 0.05 0 0.17 0.12 78.46 0.39 0.81
Hex D5 E1 BA 5 0 11 C 4E 27 51
Octal 325 341 272 5 0 21 14 116 47 121
Binary 11010101 11100001 10111010 101 0 10001 1100 1001110 100111 1010001

Color Harmonies of #D5E1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E1BA

Black with #D5E1BA

Text Example


Text Example

White with #D5E1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E1BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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