#DDBBAE

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

Shades of Wafer #DDBBAE

Tints of Wafer #DDBBAE

Color information

#DDBBAE (or 0xDDBBAE) is unknown color: approx Wafer. HEX triplet: DD, BB and AE. RGB value is (221,187,174). Sum of RGB (Red+Green+Blue) = 221+187+174=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 174 (68.36% from 255 or 29.90% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBBAE is #224451. Grayscale: #C3C3C3. Windows color (decimal): -2245714 or 11451357. OLE color: 11451357.

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

Color convert

RGB221187174-
CMYK00.150.210.13
HSL16.6º40.87%77.45%-
HSV(B)16.6º21.27%86.67%-
XYZ55.2353.9747.55-
YUV195.68115.76146.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.97%
GREEN value IS 187 (73.44% from 255) = 32.13%
BLUE value IS 174 (68.36% from 255) = 29.90%
R=37.97%
G=32.13%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118717400.150.210.1316.640.8777.45
HexDDBBAE0F15D11294d
Octal33527325601725152151115
Binary11011101101110111010111001111101011101100011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBBAE; }

 p { color: rgb(221,187,174); }

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

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

 a { background-color: rgb(221,187,174); }

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

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

 span { border-color: rgb(221,187,174); }

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