#DDBEB3

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

Shades of Wafer #DDBEB3

Tints of Wafer #DDBEB3

Color information

#DDBEB3 (or 0xDDBEB3) is unknown color: approx Wafer. HEX triplet: DD, BE and B3. RGB value is (221,190,179). Sum of RGB (Red+Green+Blue) = 221+190+179=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 179 (70.31% from 255 or 30.34% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBEB3 is #22414C. Grayscale: #C6C6C6. Windows color (decimal): -2244941 or 11779805. OLE color: 11779805.

HSL color Cylindrical-coordinate representation of color #DDBEB3: hue angle of 15.71º degrees, saturation: 0.38, 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 #DDBEB3 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB221190179-
CMYK00.140.190.13
HSL15.71º38.18%78.43%-
HSV(B)15.71º19%86.67%-
XYZ56.3755.4550.38-
YUV198.02117.27144.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.46%
GREEN value IS 190 (74.61% from 255) = 32.20%
BLUE value IS 179 (70.31% from 255) = 30.34%
R=37.46%
G=32.20%
B=30.34%

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
Decimal22119017900.140.190.1315.7138.1878.43
HexDDBEB30E13D10264e
Octal33527626301623152046116
Binary11011101101111101011001101110100111101100001001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBEB3; }

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

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

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

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

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

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

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

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