Html Css Color HEX #DFD9D9 Gainsboro

📋 copy color: '#DFD9D9'

red 223 ◦ green 217 ◦ blue 217

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

Shades of Gainsboro #DFD9D9

Tints of Gainsboro #DFD9D9

RGB

 RED value IS 223 (87.5% from 255) = 33.94%

 GREEN value IS 217 (85.16% from 255) = 33.03%

 BLUE value IS 217 (85.16% from 255) = 33.03%

R = 33.94%
G = 33.03%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DFD9D9 (or 0xDFD9D9) is known color: Gainsboro. HEX triplet: DF, D9 and D9. RGB value is (223,217,217). Sum of RGB (Red+Green+Blue) = 223+217+217=657 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.94% from 657); Green value is 217 (85.16% from 255 or 33.03% from 657); Blue value is 217 (85.16% from 255 or 33.03% from 657); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD9D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD9D9 is #202626. Grayscale: #DADADA. Windows color (decimal): -2106919 or 14277087. OLE color: 14277087.

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

Color convert

RGB 223 217 217 -
CMYK 0 0.03 0.03 0.13
HSL 0.09% 0.86% -
HSV(B) 0.03% 0.87% -
XYZ 67.77 70.32 75.65 -
YUV 218.79 126.99 131 -
System Red Green Blue C M Y K H S L
Decimal 223 217 217 0 0.03 0.03 0.13 0 0.09 0.86
Hex DF D9 D9 0 3 3 D 0 9 56
Octal 337 331 331 0 3 3 15 0 11 126
Binary 11011111 11011001 11011001 0 11 11 1101 0 1001 1010110

Color Harmonies of #DFD9D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD9D9

Black with #DFD9D9

Text Example


Text Example

White with #DFD9D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD9D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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