Html Css Color HEX #D5E3BE Gin

📋 copy color: '#D5E3BE'

red 213 ◦ green 227 ◦ blue 190

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

Shades of Gin #D5E3BE

Tints of Gin #D5E3BE

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.03%

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

R = 33.81%
G = 36.03%
B = 30.16%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#D5E3BE (or 0xD5E3BE) is known color: Gin. HEX triplet: D5, E3 and BE. RGB value is (213,227,190). Sum of RGB (Red+Green+Blue) = 213+227+190=630 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.81% from 630); Green value is 227 (89.06% from 255 or 36.03% from 630); Blue value is 190 (74.61% from 255 or 30.16% from 630); Max value from RGB is 227 - color contains mainly: green. Hex color #D5E3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E3BE is #2A1C41. Grayscale: #DADADA. Windows color (decimal): -2759746 or 12510165. OLE color: 12510165.

HSL color Cylindrical-coordinate representation of color #D5E3BE: hue angle of 82.7º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5E3BE is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 213 227 190 -
CMYK 0.06 0 0.16 0.11
HSL 82.7º 0.4% 0.82% -
HSV(B) 82.7º 0.16% 0.89% -
XYZ 64.2 72.8 59.38 -
YUV 218.6 111.86 124.01 -
System Red Green Blue C M Y K H S L
Decimal 213 227 190 0.06 0 0.16 0.11 82.7 0.4 0.82
Hex D5 E3 BE 6 0 10 B 53 28 52
Octal 325 343 276 6 0 20 13 123 50 122
Binary 11010101 11100011 10111110 110 0 10000 1011 1010011 101000 1010010

Color Harmonies of #D5E3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E3BE

Black with #D5E3BE

Text Example


Text Example

White with #D5E3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E3BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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