#DDDBD8

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

Shades of Vista White #DDDBD8

Tints of Vista White #DDDBD8

Color information

#DDDBD8 (or 0xDDDBD8) is unknown color: approx Vista White. HEX triplet: DD, DB and D8. RGB value is (221,219,216). Sum of RGB (Red+Green+Blue) = 221+219+216=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 219 (85.94% from 255 or 33.38% from 656); Blue value is 216 (84.77% from 255 or 32.93% from 656); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDBD8 is #222427. Grayscale: #DBDBDB. Windows color (decimal): -2237480 or 14212061. OLE color: 14212061.

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

Color convert

RGB221219216-
CMYK00.010.020.13
HSL36º6.85%85.69%-
HSV(B)36º2.26%86.67%-
XYZ67.5470.9975.11-
YUV219.26126.16129.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.69%
GREEN value IS 219 (85.94% from 255) = 33.38%
BLUE value IS 216 (84.77% 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
Decimal22121921600.010.020.13366.8585.69
HexDDDBD8012D24756
Octal33533333001215447126
Binary110111011101101111011000011011011001001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDBD8; }

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

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

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

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

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

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

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

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