#DDBEB0

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

Shades of Just Right #DDBEB0

Tints of Just Right #DDBEB0

Color information

#DDBEB0 (or 0xDDBEB0) is unknown color: approx Just Right. HEX triplet: DD, BE and B0. RGB value is (221,190,176). Sum of RGB (Red+Green+Blue) = 221+190+176=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 176 (69.14% from 255 or 29.98% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBEB0 is #22414F. Grayscale: #C5C5C5. Windows color (decimal): -2244944 or 11583197. OLE color: 11583197.

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

Color convert

RGB221190176-
CMYK00.140.200.13
HSL18.67º39.82%77.84%-
HSV(B)18.67º20.36%86.67%-
XYZ56.0755.3348.8-
YUV197.67115.77144.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.65%
GREEN value IS 190 (74.61% from 255) = 32.37%
BLUE value IS 176 (69.14% from 255) = 29.98%
R=37.65%
G=32.37%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119017600.140.200.1318.6739.8277.84
HexDDBEB00E14D13284e
Octal33527626001624152350116
Binary11011101101111101011000001110101001101100111010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBEB0; }

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

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

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

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

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

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

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

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