Html Css Color HEX #D9DFCB Gin

📋 copy color: '#D9DFCB'

red 217 ◦ green 223 ◦ blue 203

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

Shades of Gin #D9DFCB

Tints of Gin #D9DFCB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.68%

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

R = 33.75%
G = 34.68%
B = 31.57%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#D9DFCB (or 0xD9DFCB) is known color: Gin. HEX triplet: D9, DF and CB. RGB value is (217,223,203). Sum of RGB (Red+Green+Blue) = 217+223+203=643 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.75% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 203 (79.69% from 255 or 31.57% from 643); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DFCB is #262034. Grayscale: #DBDBDB. Windows color (decimal): -2498613 or 13361113. OLE color: 13361113.

HSL color Cylindrical-coordinate representation of color #D9DFCB: hue angle of 78º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D9DFCB is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 223 203 -
CMYK 0.03 0 0.09 0.13
HSL 78º 0.24% 0.84% -
HSV(B) 78º 0.09% 0.87% -
XYZ 65.78 71.84 66.9 -
YUV 218.93 119.01 126.63 -
System Red Green Blue C M Y K H S L
Decimal 217 223 203 0.03 0 0.09 0.13 78 0.24 0.84
Hex D9 DF CB 3 0 9 D 4E 18 54
Octal 331 337 313 3 0 11 15 116 30 124
Binary 11011001 11011111 11001011 11 0 1001 1101 1001110 11000 1010100

Color Harmonies of #D9DFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DFCB

Black with #D9DFCB

Text Example


Text Example

White with #D9DFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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