Html Css Color HEX #D5E1BF Gin

📋 copy color: '#D5E1BF'

red 213 ◦ green 225 ◦ blue 191

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

Shades of Gin #D5E1BF

Tints of Gin #D5E1BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 30.37%

R = 33.86%
G = 35.77%
B = 30.37%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#D5E1BF (or 0xD5E1BF) is known color: Gin. HEX triplet: D5, E1 and BF. RGB value is (213,225,191). Sum of RGB (Red+Green+Blue) = 213+225+191=629 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.86% from 629); Green value is 225 (88.28% from 255 or 35.77% from 629); Blue value is 191 (75% from 255 or 30.37% from 629); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E1BF is #2A1E40. Grayscale: #D9D9D9. Windows color (decimal): -2760257 or 12575189. OLE color: 12575189.

HSL color Cylindrical-coordinate representation of color #D5E1BF: hue angle of 81.18º degrees, saturation: 0.36, 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 #D5E1BF is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 213 225 191 -
CMYK 0.05 0 0.15 0.12
HSL 81.18º 0.36% 0.82% -
HSV(B) 81.18º 0.15% 0.88% -
XYZ 63.77 71.76 59.78 -
YUV 217.54 113.02 124.76 -
System Red Green Blue C M Y K H S L
Decimal 213 225 191 0.05 0 0.15 0.12 81.18 0.36 0.82
Hex D5 E1 BF 5 0 F C 51 24 52
Octal 325 341 277 5 0 17 14 121 44 122
Binary 11010101 11100001 10111111 101 0 1111 1100 1010001 100100 1010010

Color Harmonies of #D5E1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E1BF

Black with #D5E1BF

Text Example


Text Example

White with #D5E1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E1BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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