Html Css Color HEX #D9E1CB Gin

📋 copy color: '#D9E1CB'

red 217 ◦ green 225 ◦ blue 203

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

Shades of Gin #D9E1CB

Tints of Gin #D9E1CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 31.47%

R = 33.64%
G = 34.88%
B = 31.47%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#D9E1CB (or 0xD9E1CB) is known color: Gin. HEX triplet: D9, E1 and CB. RGB value is (217,225,203). Sum of RGB (Red+Green+Blue) = 217+225+203=645 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.64% from 645); Green value is 225 (88.28% from 255 or 34.88% from 645); Blue value is 203 (79.69% from 255 or 31.47% from 645); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E1CB is #261E34. Grayscale: #DCDCDC. Windows color (decimal): -2498101 or 13361625. OLE color: 13361625.

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

Color convert

RGB 217 225 203 -
CMYK 0.04 0 0.10 0.12
HSL 81.82º 0.27% 0.84% -
HSV(B) 81.82º 0.1% 0.88% -
XYZ 66.32 72.91 67.08 -
YUV 220.1 118.35 125.79 -
System Red Green Blue C M Y K H S L
Decimal 217 225 203 0.04 0 0.10 0.12 81.82 0.27 0.84
Hex D9 E1 CB 4 0 A C 52 1B 54
Octal 331 341 313 4 0 12 14 122 33 124
Binary 11011001 11100001 11001011 100 0 1010 1100 1010010 11011 1010100

Color Harmonies of #D9E1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E1CB

Black with #D9E1CB

Text Example


Text Example

White with #D9E1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E1CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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