Html Css Color HEX #D9E1CD Gin

📋 copy color: '#D9E1CD'

red 217 ◦ green 225 ◦ blue 205

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

Shades of Gin #D9E1CD

Tints of Gin #D9E1CD

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.78%

 BLUE value IS 205 (80.47% from 255) = 31.68%

R = 33.54%
G = 34.78%
B = 31.68%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#D9E1CD (or 0xD9E1CD) is known color: Gin. HEX triplet: D9, E1 and CD. RGB value is (217,225,205). Sum of RGB (Red+Green+Blue) = 217+225+205=647 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.54% from 647); Green value is 225 (88.28% from 255 or 34.78% from 647); Blue value is 205 (80.47% from 255 or 31.68% from 647); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E1CD is #261E32. Grayscale: #DCDCDC. Windows color (decimal): -2498099 or 13492697. OLE color: 13492697.

HSL color Cylindrical-coordinate representation of color #D9E1CD: hue angle of 84º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D9E1CD is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 217 225 205 -
CMYK 0.04 0 0.09 0.12
HSL 84º 0.25% 0.84% -
HSV(B) 84º 0.09% 0.88% -
XYZ 66.56 73.01 68.34 -
YUV 220.33 119.35 125.63 -
System Red Green Blue C M Y K H S L
Decimal 217 225 205 0.04 0 0.09 0.12 84 0.25 0.84
Hex D9 E1 CD 4 0 9 C 54 19 54
Octal 331 341 315 4 0 11 14 124 31 124
Binary 11011001 11100001 11001101 100 0 1001 1100 1010100 11001 1010100

Color Harmonies of #D9E1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E1CD

Black with #D9E1CD

Text Example


Text Example

White with #D9E1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E1CD; }

 p { color: rgb(217,225,205); }

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

background-color css

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

 a { background-color: rgb(217,225,205); }

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

border-color css

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

 span { border-color: rgb(217,225,205); }

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