Html Css Color HEX #D9E0CD Gin

📋 copy color: '#D9E0CD'

red 217 ◦ green 224 ◦ blue 205

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

Shades of Gin #D9E0CD

Tints of Gin #D9E0CD

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.67%

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

R = 33.59%
G = 34.67%
B = 31.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#D9E0CD (or 0xD9E0CD) is known color: Gin. HEX triplet: D9, E0 and CD. RGB value is (217,224,205). Sum of RGB (Red+Green+Blue) = 217+224+205=646 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.59% from 646); Green value is 224 (87.89% from 255 or 34.67% from 646); Blue value is 205 (80.47% from 255 or 31.73% from 646); Max value from RGB is 224 - color contains mainly: green. Hex color #D9E0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E0CD is #261F32. Grayscale: #DBDBDB. Windows color (decimal): -2498355 or 13492441. OLE color: 13492441.

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

Color convert

RGB 217 224 205 -
CMYK 0.03 0 0.08 0.12
HSL 82.11º 0.23% 0.84% -
HSV(B) 82.11º 0.08% 0.88% -
XYZ 66.29 72.47 68.25 -
YUV 219.74 119.68 126.04 -
System Red Green Blue C M Y K H S L
Decimal 217 224 205 0.03 0 0.08 0.12 82.11 0.23 0.84
Hex D9 E0 CD 3 0 8 C 52 17 54
Octal 331 340 315 3 0 10 14 122 27 124
Binary 11011001 11100000 11001101 11 0 1000 1100 1010010 10111 1010100

Color Harmonies of #D9E0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E0CD

Black with #D9E0CD

Text Example


Text Example

White with #D9E0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E0CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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