#DEDDDB

Color #DEDDDB Vista White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista White #DEDDDB

Tints of Vista White #DEDDDB

Color information

#DEDDDB (or 0xDEDDDB) is unknown color: approx Vista White. HEX triplet: DE, DD and DB. RGB value is (222,221,219). Sum of RGB (Red+Green+Blue) = 222+221+219=662 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.53% from 662); Green value is 221 (86.72% from 255 or 33.38% from 662); Blue value is 219 (85.94% from 255 or 33.08% from 662); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDDDB is #212224. Grayscale: #DDDDDD. Windows color (decimal): -2171429 or 14409182. OLE color: 14409182.

HSL color Cylindrical-coordinate representation of color #DEDDDB: hue angle of 40º degrees, saturation: 0.04, 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 #DEDDDB is Cyan = 0, Magento = 0.00, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB222221219-
CMYK00.000.010.13
HSL40º4.35%86.47%-
HSV(B)40º1.35%87.06%-
XYZ68.7772.3677.36-
YUV221.07126.83128.66-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.53%
GREEN value IS 221 (86.72% from 255) = 33.38%
BLUE value IS 219 (85.94% from 255) = 33.08%
R=33.53%
G=33.38%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22222121900.000.010.13404.3586.47
HexDEDDDB001D28456
Octal33633533300115504126
Binary11011110110111011101101100111011010001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDDDB; }

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

 H1.HeaderClassName
 {
   color: #DEDDDB;
 }
 .AnyTagClassName
 {
   color: #DEDDDB;
 }
</style>
background-color css

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

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

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

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

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

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