#DDBBAD

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

Shades of Just Right #DDBBAD

Tints of Just Right #DDBBAD

Color information

#DDBBAD (or 0xDDBBAD) is unknown color: approx Just Right. HEX triplet: DD, BB and AD. RGB value is (221,187,173). Sum of RGB (Red+Green+Blue) = 221+187+173=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 187 (73.44% from 255 or 32.19% from 581); Blue value is 173 (67.97% from 255 or 29.78% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBBAD is #224452. Grayscale: #C3C3C3. Windows color (decimal): -2245715 or 11385821. OLE color: 11385821.

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

Color convert

RGB221187173-
CMYK00.150.220.13
HSL17.5º41.38%77.25%-
HSV(B)17.5º21.72%86.67%-
XYZ55.1353.9347.04-
YUV195.57115.26146.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.04%
GREEN value IS 187 (73.44% from 255) = 32.19%
BLUE value IS 173 (67.97% from 255) = 29.78%
R=38.04%
G=32.19%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118717300.150.220.1317.541.3877.25
HexDDBBAD0F16D12294d
Octal33527325501726152251115
Binary11011101101110111010110101111101101101100101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBBAD; }

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

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

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

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

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

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

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

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