Html Css Color HEX #D9DFD0 Gin

📋 copy color: '#D9DFD0'

red 217 ◦ green 223 ◦ blue 208

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

Shades of Gin #D9DFD0

Tints of Gin #D9DFD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 32.1%

R = 33.49%
G = 34.41%
B = 32.1%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#D9DFD0 (or 0xD9DFD0) is known color: Gin. HEX triplet: D9, DF and D0. RGB value is (217,223,208). Sum of RGB (Red+Green+Blue) = 217+223+208=648 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.49% from 648); Green value is 223 (87.5% from 255 or 34.41% from 648); Blue value is 208 (81.64% from 255 or 32.10% from 648); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DFD0 is #26202F. Grayscale: #DBDBDB. Windows color (decimal): -2498608 or 13688793. OLE color: 13688793.

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

Color convert

RGB 217 223 208 -
CMYK 0.03 0 0.07 0.13
HSL 84º 0.19% 0.85% -
HSV(B) 84º 0.07% 0.87% -
XYZ 66.39 72.08 70.09 -
YUV 219.5 121.51 126.22 -
System Red Green Blue C M Y K H S L
Decimal 217 223 208 0.03 0 0.07 0.13 84 0.19 0.85
Hex D9 DF D0 3 0 7 D 54 13 55
Octal 331 337 320 3 0 7 15 124 23 125
Binary 11011001 11011111 11010000 11 0 111 1101 1010100 10011 1010101

Color Harmonies of #D9DFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DFD0

Black with #D9DFD0

Text Example


Text Example

White with #D9DFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DFD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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