Html Css Color HEX #DFD5D5 Gainsboro

📋 copy color: '#DFD5D5'

red 223 ◦ green 213 ◦ blue 213

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

Shades of Gainsboro #DFD5D5

Tints of Gainsboro #DFD5D5

RGB

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

 GREEN value IS 213 (83.59% from 255) = 32.82%

 BLUE value IS 213 (83.59% from 255) = 32.82%

R = 34.36%
G = 32.82%
B = 32.82%

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

#DFD5D5 (or 0xDFD5D5) is known color: Gainsboro. HEX triplet: DF, D5 and D5. RGB value is (223,213,213). Sum of RGB (Red+Green+Blue) = 223+213+213=649 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.36% from 649); Green value is 213 (83.59% from 255 or 32.82% from 649); Blue value is 213 (83.59% from 255 or 32.82% from 649); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD5D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD5D5 is #202A2A. Grayscale: #D8D8D8. Windows color (decimal): -2107947 or 14013919. OLE color: 14013919.

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

Color convert

RGB 223 213 213 -
CMYK 0 0.04 0.04 0.13
HSL 0.14% 0.85% -
HSV(B) 0.04% 0.87% -
XYZ 66.24 68.08 72.6 -
YUV 215.99 126.31 133 -
System Red Green Blue C M Y K H S L
Decimal 223 213 213 0 0.04 0.04 0.13 0 0.14 0.85
Hex DF D5 D5 0 4 4 D 0 E 55
Octal 337 325 325 0 4 4 15 0 16 125
Binary 11011111 11010101 11010101 0 100 100 1101 0 1110 1010101

Color Harmonies of #DFD5D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD5D5

Black with #DFD5D5

Text Example


Text Example

White with #DFD5D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD5D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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