Html Css Color HEX #DDDBDB Gainsboro

📋 copy color: '#DDDBDB'

red 221 ◦ green 219 ◦ blue 219

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

Shades of Gainsboro #DDDBDB

Tints of Gainsboro #DDDBDB

RGB

 RED value IS 221 (86.72% from 255) = 33.54%

 GREEN value IS 219 (85.94% from 255) = 33.23%

 BLUE value IS 219 (85.94% from 255) = 33.23%

R = 33.54%
G = 33.23%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DDDBDB (or 0xDDDBDB) is known color: Gainsboro. HEX triplet: DD, DB and DB. RGB value is (221,219,219). Sum of RGB (Red+Green+Blue) = 221+219+219=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 219 (85.94% from 255 or 33.23% from 659); Blue value is 219 (85.94% from 255 or 33.23% from 659); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDBDB is #222424. Grayscale: #DBDBDB. Windows color (decimal): -2237477 or 14408669. OLE color: 14408669.

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

Color convert

RGB 221 219 219 -
CMYK 0 0.01 0.01 0.13
HSL 0.03% 0.86% -
HSV(B) 0.01% 0.87% -
XYZ 67.94 71.15 77.17 -
YUV 219.6 127.66 129 -
System Red Green Blue C M Y K H S L
Decimal 221 219 219 0 0.01 0.01 0.13 0 0.03 0.86
Hex DD DB DB 0 1 1 D 0 3 56
Octal 335 333 333 0 1 1 15 0 3 126
Binary 11011101 11011011 11011011 0 1 1 1101 0 11 1010110

Color Harmonies of #DDDBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDBDB

Black with #DDDBDB

Text Example


Text Example

White with #DDDBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDBDB; }

 p { color: rgb(221,219,219); }

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

background-color css

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

 a { background-color: rgb(221,219,219); }

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

border-color css

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

 span { border-color: rgb(221,219,219); }

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