Html Css Color HEX #DEDDDD Gainsboro

📋 copy color: '#DEDDDD'

red 222 ◦ green 221 ◦ blue 221

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

Shades of Gainsboro #DEDDDD

Tints of Gainsboro #DEDDDD

RGB

 RED value IS 222 (87.11% from 255) = 33.43%

 GREEN value IS 221 (86.72% from 255) = 33.28%

 BLUE value IS 221 (86.72% from 255) = 33.28%

R = 33.43%
G = 33.28%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DEDDDD (or 0xDEDDDD) is known color: Gainsboro. HEX triplet: DE, DD and DD. RGB value is (222,221,221). Sum of RGB (Red+Green+Blue) = 222+221+221=664 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.43% from 664); Green value is 221 (86.72% from 255 or 33.28% from 664); Blue value is 221 (86.72% from 255 or 33.28% from 664); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDDDD is #212222. Grayscale: #DDDDDD. Windows color (decimal): -2171427 or 14540254. OLE color: 14540254.

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

Color convert

RGB 222 221 221 -
CMYK 0 0.00 0.00 0.13
HSL 0.01% 0.87% -
HSV(B) 0% 0.87% -
XYZ 69.03 72.46 78.76 -
YUV 221.3 127.83 128.5 -
System Red Green Blue C M Y K H S L
Decimal 222 221 221 0 0.00 0.00 0.13 0 0.01 0.87
Hex DE DD DD 0 0 0 D 0 1 57
Octal 336 335 335 0 0 0 15 0 1 127
Binary 11011110 11011101 11011101 0 0 0 1101 0 1 1010111

Color Harmonies of #DEDDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDDDD

Black with #DEDDDD

Text Example


Text Example

White with #DEDDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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