Html Css Color HEX #D9E5BC Gin

📋 copy color: '#D9E5BC'

red 217 ◦ green 229 ◦ blue 188

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

Shades of Gin #D9E5BC

Tints of Gin #D9E5BC

RGB

 RED value IS 217 (85.16% from 255) = 34.23%

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

 BLUE value IS 188 (73.83% from 255) = 29.65%

R = 34.23%
G = 36.12%
B = 29.65%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#D9E5BC (or 0xD9E5BC) is known color: Gin. HEX triplet: D9, E5 and BC. RGB value is (217,229,188). Sum of RGB (Red+Green+Blue) = 217+229+188=634 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.23% from 634); Green value is 229 (89.84% from 255 or 36.12% from 634); Blue value is 188 (73.83% from 255 or 29.65% from 634); Max value from RGB is 229 - color contains mainly: green. Hex color #D9E5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E5BC is #261A43. Grayscale: #DCDCDC. Windows color (decimal): -2497092 or 12379609. OLE color: 12379609.

HSL color Cylindrical-coordinate representation of color #D9E5BC: hue angle of 77.56º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9E5BC is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 217 229 188 -
CMYK 0.05 0 0.18 0.10
HSL 77.56º 0.44% 0.82% -
HSV(B) 77.56º 0.18% 0.9% -
XYZ 65.71 74.42 58.48 -
YUV 220.74 109.52 125.33 -
System Red Green Blue C M Y K H S L
Decimal 217 229 188 0.05 0 0.18 0.10 77.56 0.44 0.82
Hex D9 E5 BC 5 0 12 A 4E 2C 52
Octal 331 345 274 5 0 22 12 116 54 122
Binary 11011001 11100101 10111100 101 0 10010 1010 1001110 101100 1010010

Color Harmonies of #D9E5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E5BC

Black with #D9E5BC

Text Example


Text Example

White with #D9E5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E5BC; }

 p { color: rgb(217,229,188); }

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

background-color css

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

 a { background-color: rgb(217,229,188); }

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

border-color css

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

 span { border-color: rgb(217,229,188); }

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