#DDBEB2

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

Shades of Wafer #DDBEB2

Tints of Wafer #DDBEB2

Color information

#DDBEB2 (or 0xDDBEB2) is unknown color: approx Wafer. HEX triplet: DD, BE and B2. RGB value is (221,190,178). Sum of RGB (Red+Green+Blue) = 221+190+178=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 178 (69.92% from 255 or 30.22% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBEB2 is #22414D. Grayscale: #C5C5C5. Windows color (decimal): -2244942 or 11714269. OLE color: 11714269.

HSL color Cylindrical-coordinate representation of color #DDBEB2: hue angle of 16.74º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDBEB2 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB221190178-
CMYK00.140.190.13
HSL16.74º38.74%78.24%-
HSV(B)16.74º19.46%86.67%-
XYZ56.2755.4149.85-
YUV197.9116.77144.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.52%
GREEN value IS 190 (74.61% from 255) = 32.26%
BLUE value IS 178 (69.92% from 255) = 30.22%
R=37.52%
G=32.26%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119017800.140.190.1316.7438.7478.24
HexDDBEB20E13D11274e
Octal33527626201623152147116
Binary11011101101111101011001001110100111101100011001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBEB2; }

 p { color: rgb(221,190,178); }

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

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

 a { background-color: rgb(221,190,178); }

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

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

 span { border-color: rgb(221,190,178); }

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