Html Css Color HEX #D5DFBE Gin

📋 copy color: '#D5DFBE'

red 213 ◦ green 223 ◦ blue 190

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

Shades of Gin #D5DFBE

Tints of Gin #D5DFBE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.62%

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

R = 34.03%
G = 35.62%
B = 30.35%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#D5DFBE (or 0xD5DFBE) is known color: Gin. HEX triplet: D5, DF and BE. RGB value is (213,223,190). Sum of RGB (Red+Green+Blue) = 213+223+190=626 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.03% from 626); Green value is 223 (87.5% from 255 or 35.62% from 626); Blue value is 190 (74.61% from 255 or 30.35% from 626); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DFBE is #2A2041. Grayscale: #D8D8D8. Windows color (decimal): -2760770 or 12509141. OLE color: 12509141.

HSL color Cylindrical-coordinate representation of color #D5DFBE: hue angle of 78.18º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5DFBE is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 223 190 -
CMYK 0.04 0 0.15 0.13
HSL 78.18º 0.34% 0.81% -
HSV(B) 78.18º 0.15% 0.87% -
XYZ 63.12 70.64 59.02 -
YUV 216.25 113.19 125.68 -
System Red Green Blue C M Y K H S L
Decimal 213 223 190 0.04 0 0.15 0.13 78.18 0.34 0.81
Hex D5 DF BE 4 0 F D 4E 22 51
Octal 325 337 276 4 0 17 15 116 42 121
Binary 11010101 11011111 10111110 100 0 1111 1101 1001110 100010 1010001

Color Harmonies of #D5DFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DFBE

Black with #D5DFBE

Text Example


Text Example

White with #D5DFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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