Html Css Color HEX #D5E0BF Gin

📋 copy color: '#D5E0BF'

red 213 ◦ green 224 ◦ blue 191

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

Shades of Gin #D5E0BF

Tints of Gin #D5E0BF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.67%

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

R = 33.92%
G = 35.67%
B = 30.41%

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

#D5E0BF (or 0xD5E0BF) is known color: Gin. HEX triplet: D5, E0 and BF. RGB value is (213,224,191). Sum of RGB (Red+Green+Blue) = 213+224+191=628 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.92% from 628); Green value is 224 (87.89% from 255 or 35.67% from 628); Blue value is 191 (75% from 255 or 30.41% from 628); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E0BF is #2A1F40. Grayscale: #D9D9D9. Windows color (decimal): -2760513 or 12574933. OLE color: 12574933.

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

Color convert

RGB 213 224 191 -
CMYK 0.05 0 0.15 0.12
HSL 80º 0.35% 0.81% -
HSV(B) 80º 0.15% 0.88% -
XYZ 63.5 71.22 59.69 -
YUV 216.95 113.36 125.18 -
System Red Green Blue C M Y K H S L
Decimal 213 224 191 0.05 0 0.15 0.12 80 0.35 0.81
Hex D5 E0 BF 5 0 F C 50 23 51
Octal 325 340 277 5 0 17 14 120 43 121
Binary 11010101 11100000 10111111 101 0 1111 1100 1010000 100011 1010001

Color Harmonies of #D5E0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E0BF

Black with #D5E0BF

Text Example


Text Example

White with #D5E0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E0BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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