#DDBAAD

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

Shades of Wafer #DDBAAD

Tints of Wafer #DDBAAD

Color information

#DDBAAD (or 0xDDBAAD) is unknown color: approx Wafer. HEX triplet: DD, BA and AD. RGB value is (221,186,173). Sum of RGB (Red+Green+Blue) = 221+186+173=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 186 (73.05% from 255 or 32.07% from 580); Blue value is 173 (67.97% from 255 or 29.83% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBAAD is #224552. Grayscale: #C3C3C3. Windows color (decimal): -2245971 or 11385565. OLE color: 11385565.

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

Color convert

RGB221186173-
CMYK00.160.220.13
HSL16.25º41.38%77.25%-
HSV(B)16.25º21.72%86.67%-
XYZ54.9253.5146.97-
YUV194.98115.6146.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.10%
GREEN value IS 186 (73.05% from 255) = 32.07%
BLUE value IS 173 (67.97% from 255) = 29.83%
R=38.10%
G=32.07%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118617300.160.220.1316.2541.3877.25
HexDDBAAD01016D10294d
Octal33527225502026152051115
Binary110111011011101010101101010000101101101100001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBAAD; }

 p { color: rgb(221,186,173); }

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

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

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

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

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

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

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