Html Css Color HEX #DFD7D7 Gainsboro

📋 copy color: '#DFD7D7'

red 223 ◦ green 215 ◦ blue 215

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

Shades of Gainsboro #DFD7D7

Tints of Gainsboro #DFD7D7

RGB

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

 GREEN value IS 215 (84.38% from 255) = 32.92%

 BLUE value IS 215 (84.38% from 255) = 32.92%

R = 34.15%
G = 32.92%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DFD7D7 (or 0xDFD7D7) is known color: Gainsboro. HEX triplet: DF, D7 and D7. RGB value is (223,215,215). Sum of RGB (Red+Green+Blue) = 223+215+215=653 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.15% from 653); Green value is 215 (84.38% from 255 or 32.92% from 653); Blue value is 215 (84.38% from 255 or 32.92% from 653); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD7D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD7D7 is #202828. Grayscale: #D9D9D9. Windows color (decimal): -2107433 or 14145503. OLE color: 14145503.

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

Color convert

RGB 223 215 215 -
CMYK 0 0.04 0.04 0.13
HSL 0.11% 0.86% -
HSV(B) 0.04% 0.87% -
XYZ 67 69.2 74.11 -
YUV 217.39 126.65 132 -
System Red Green Blue C M Y K H S L
Decimal 223 215 215 0 0.04 0.04 0.13 0 0.11 0.86
Hex DF D7 D7 0 4 4 D 0 B 56
Octal 337 327 327 0 4 4 15 0 13 126
Binary 11011111 11010111 11010111 0 100 100 1101 0 1011 1010110

Color Harmonies of #DFD7D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD7D7

Black with #DFD7D7

Text Example


Text Example

White with #DFD7D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD7D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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