Html Css Color HEX #D5E5BA Gin

📋 copy color: '#D5E5BA'

red 213 ◦ green 229 ◦ blue 186

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

Shades of Gin #D5E5BA

Tints of Gin #D5E5BA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.46%

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

R = 33.92%
G = 36.46%
B = 29.62%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#D5E5BA (or 0xD5E5BA) is known color: Gin. HEX triplet: D5, E5 and BA. RGB value is (213,229,186). Sum of RGB (Red+Green+Blue) = 213+229+186=628 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.92% from 628); Green value is 229 (89.84% from 255 or 36.46% from 628); Blue value is 186 (73.05% from 255 or 29.62% from 628); Max value from RGB is 229 - color contains mainly: green. Hex color #D5E5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E5BA is #2A1A45. Grayscale: #DBDBDB. Windows color (decimal): -2759238 or 12248533. OLE color: 12248533.

HSL color Cylindrical-coordinate representation of color #D5E5BA: hue angle of 82.33º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5E5BA is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 213 229 186 -
CMYK 0.07 0 0.19 0.10
HSL 82.33º 0.45% 0.81% -
HSV(B) 82.33º 0.19% 0.9% -
XYZ 64.32 73.73 57.3 -
YUV 219.31 109.2 123.5 -
System Red Green Blue C M Y K H S L
Decimal 213 229 186 0.07 0 0.19 0.10 82.33 0.45 0.81
Hex D5 E5 BA 7 0 13 A 52 2D 51
Octal 325 345 272 7 0 23 12 122 55 121
Binary 11010101 11100101 10111010 111 0 10011 1010 1010010 101101 1010001

Color Harmonies of #D5E5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E5BA

Black with #D5E5BA

Text Example


Text Example

White with #D5E5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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