Html Css Color HEX #D9EBBC Gin

📋 copy color: '#D9EBBC'

red 217 ◦ green 235 ◦ blue 188

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

Shades of Gin #D9EBBC

Tints of Gin #D9EBBC

RGB

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

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

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

R = 33.91%
G = 36.72%
B = 29.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.2

 K value IS 0.08

RGB Variations

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

Color information

#D9EBBC (or 0xD9EBBC) is known color: Gin. HEX triplet: D9, EB and BC. RGB value is (217,235,188). Sum of RGB (Red+Green+Blue) = 217+235+188=640 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.91% from 640); Green value is 235 (92.19% from 255 or 36.72% from 640); Blue value is 188 (73.83% from 255 or 29.38% from 640); Max value from RGB is 235 - color contains mainly: green. Hex color #D9EBBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EBBC is #261443. Grayscale: #E0E0E0. Windows color (decimal): -2495556 or 12381145. OLE color: 12381145.

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

Color convert

RGB 217 235 188 -
CMYK 0.08 0 0.2 0.08
HSL 82.98º 0.54% 0.83% -
HSV(B) 82.98º 0.2% 0.92% -
XYZ 67.4 77.8 59.04 -
YUV 224.26 107.54 122.82 -
System Red Green Blue C M Y K H S L
Decimal 217 235 188 0.08 0 0.2 0.08 82.98 0.54 0.83
Hex D9 EB BC 8 0 14 8 53 36 53
Octal 331 353 274 10 0 24 10 123 66 123
Binary 11011001 11101011 10111100 1000 0 10100 1000 1010011 110110 1010011

Color Harmonies of #D9EBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EBBC

Black with #D9EBBC

Text Example


Text Example

White with #D9EBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EBBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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