Html Css Color HEX #D9EBC0 Gin

📋 copy color: '#D9EBC0'

red 217 ◦ green 235 ◦ blue 192

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

Shades of Gin #D9EBC0

Tints of Gin #D9EBC0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.49%

 BLUE value IS 192 (75.39% from 255) = 29.81%

R = 33.7%
G = 36.49%
B = 29.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#D9EBC0 (or 0xD9EBC0) is known color: Gin. HEX triplet: D9, EB and C0. RGB value is (217,235,192). Sum of RGB (Red+Green+Blue) = 217+235+192=644 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.70% from 644); Green value is 235 (92.19% from 255 or 36.49% from 644); Blue value is 192 (75.39% from 255 or 29.81% from 644); Max value from RGB is 235 - color contains mainly: green. Hex color #D9EBC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EBC0 is #26143F. Grayscale: #E0E0E0. Windows color (decimal): -2495552 or 12643289. OLE color: 12643289.

HSL color Cylindrical-coordinate representation of color #D9EBC0: hue angle of 85.12º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9EBC0 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 217 235 192 -
CMYK 0.08 0 0.18 0.08
HSL 85.12º 0.52% 0.84% -
HSV(B) 85.12º 0.18% 0.92% -
XYZ 67.84 77.97 61.34 -
YUV 224.72 109.54 122.5 -
System Red Green Blue C M Y K H S L
Decimal 217 235 192 0.08 0 0.18 0.08 85.12 0.52 0.84
Hex D9 EB C0 8 0 12 8 55 34 54
Octal 331 353 300 10 0 22 10 125 64 124
Binary 11011001 11101011 11000000 1000 0 10010 1000 1010101 110100 1010100

Color Harmonies of #D9EBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EBC0

Black with #D9EBC0

Text Example


Text Example

White with #D9EBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EBC0; }

 p { color: rgb(217,235,192); }

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

background-color css

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

 a { background-color: rgb(217,235,192); }

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

border-color css

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

 span { border-color: rgb(217,235,192); }

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