#DFDDDA

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

Shades of Vista White #DFDDDA

Tints of Vista White #DFDDDA

Color information

#DFDDDA (or 0xDFDDDA) is unknown color: approx Vista White. HEX triplet: DF, DD and DA. RGB value is (223,221,218). Sum of RGB (Red+Green+Blue) = 223+221+218=662 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.69% from 662); Green value is 221 (86.72% from 255 or 33.38% from 662); Blue value is 218 (85.55% from 255 or 32.93% from 662); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDDDA is #202225. Grayscale: #DDDDDD. Windows color (decimal): -2105894 or 14343647. OLE color: 14343647.

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

Color convert

RGB223221218-
CMYK00.010.020.13
HSL36º7.25%86.47%-
HSV(B)36º2.24%87.45%-
XYZ68.9472.4676.68-
YUV221.26126.16129.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.69%
GREEN value IS 221 (86.72% from 255) = 33.38%
BLUE value IS 218 (85.55% from 255) = 32.93%
R=33.69%
G=33.38%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322121800.010.020.13367.2586.47
HexDFDDDA012D24756
Octal33733533201215447126
Binary110111111101110111011010011011011001001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDDDA; }

 p { color: rgb(223,221,218); }

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

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

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

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

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

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

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