#DDDCDA

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

Shades of Vista White #DDDCDA

Tints of Vista White #DDDCDA

Color information

#DDDCDA (or 0xDDDCDA) is unknown color: approx Vista White. HEX triplet: DD, DC and DA. RGB value is (221,220,218). Sum of RGB (Red+Green+Blue) = 221+220+218=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 220 (86.33% from 255 or 33.38% from 659); Blue value is 218 (85.55% from 255 or 33.08% from 659); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDCDA is #222325. Grayscale: #DCDCDC. Windows color (decimal): -2237222 or 14343389. OLE color: 14343389.

HSL color Cylindrical-coordinate representation of color #DDDCDA: 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 #DDDCDA is Cyan = 0, Magento = 0.00, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB221220218-
CMYK00.000.010.13
HSL40º4.23%86.08%-
HSV(B)40º1.36%86.67%-
XYZ68.0771.6276.57-
YUV220.07126.83128.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.54%
GREEN value IS 220 (86.33% from 255) = 33.38%
BLUE value IS 218 (85.55% from 255) = 33.08%
R=33.54%
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
Decimal22122021800.000.010.13404.2386.08
HexDDDCDA001D28456
Octal33533433200115504126
Binary11011101110111001101101000111011010001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDCDA; }

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

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

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

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

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

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

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

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