Html Css Color HEX #D9E2CD Gin

📋 copy color: '#D9E2CD'

red 217 ◦ green 226 ◦ blue 205

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

Shades of Gin #D9E2CD

Tints of Gin #D9E2CD

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.88%

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

R = 33.49%
G = 34.88%
B = 31.64%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#D9E2CD (or 0xD9E2CD) is known color: Gin. HEX triplet: D9, E2 and CD. RGB value is (217,226,205). Sum of RGB (Red+Green+Blue) = 217+226+205=648 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.49% from 648); Green value is 226 (88.67% from 255 or 34.88% from 648); Blue value is 205 (80.47% from 255 or 31.64% from 648); Max value from RGB is 226 - color contains mainly: green. Hex color #D9E2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E2CD is #261D32. Grayscale: #DCDCDC. Windows color (decimal): -2497843 or 13492953. OLE color: 13492953.

HSL color Cylindrical-coordinate representation of color #D9E2CD: hue angle of 85.71º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D9E2CD is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 217 226 205 -
CMYK 0.04 0 0.09 0.11
HSL 85.71º 0.27% 0.85% -
HSV(B) 85.71º 0.09% 0.89% -
XYZ 66.83 73.55 68.43 -
YUV 220.92 119.02 125.21 -
System Red Green Blue C M Y K H S L
Decimal 217 226 205 0.04 0 0.09 0.11 85.71 0.27 0.85
Hex D9 E2 CD 4 0 9 B 56 1B 55
Octal 331 342 315 4 0 11 13 126 33 125
Binary 11011001 11100010 11001101 100 0 1001 1011 1010110 11011 1010101

Color Harmonies of #D9E2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E2CD

Black with #D9E2CD

Text Example


Text Example

White with #D9E2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E2CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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