#DDBEB4

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

Shades of Wafer #DDBEB4

Tints of Wafer #DDBEB4

Color information

#DDBEB4 (or 0xDDBEB4) is unknown color: approx Wafer. HEX triplet: DD, BE and B4. RGB value is (221,190,180). Sum of RGB (Red+Green+Blue) = 221+190+180=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 190 (74.61% from 255 or 32.15% from 591); Blue value is 180 (70.70% from 255 or 30.46% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBEB4 is #22414B. Grayscale: #C6C6C6. Windows color (decimal): -2244940 or 11845341. OLE color: 11845341.

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

Color convert

RGB221190180-
CMYK00.140.190.13
HSL14.63º37.61%78.63%-
HSV(B)14.63º18.55%86.67%-
XYZ56.4755.4950.92-
YUV198.13117.77144.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.39%
GREEN value IS 190 (74.61% from 255) = 32.15%
BLUE value IS 180 (70.70% from 255) = 30.46%
R=37.39%
G=32.15%
B=30.46%

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
Decimal22119018000.140.190.1314.6337.6178.63
HexDDBEB40E13Df264f
Octal33527626401623151746117
Binary1101110110111110101101000111010011110111111001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBEB4; }

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

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

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

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

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

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

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

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