#DDBCAE

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

Shades of Just Right #DDBCAE

Tints of Just Right #DDBCAE

Color information

#DDBCAE (or 0xDDBCAE) is unknown color: approx Just Right. HEX triplet: DD, BC and AE. RGB value is (221,188,174). Sum of RGB (Red+Green+Blue) = 221+188+174=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 188 (73.83% from 255 or 32.25% from 583); Blue value is 174 (68.36% from 255 or 29.85% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBCAE is #224351. Grayscale: #C4C4C4. Windows color (decimal): -2245458 or 11451613. OLE color: 11451613.

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

Color convert

RGB221188174-
CMYK00.150.210.13
HSL17.87º40.87%77.45%-
HSV(B)17.87º21.27%86.67%-
XYZ55.4454.3947.62-
YUV196.27115.43145.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.91%
GREEN value IS 188 (73.83% from 255) = 32.25%
BLUE value IS 174 (68.36% from 255) = 29.85%
R=37.91%
G=32.25%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118817400.150.210.1317.8740.8777.45
HexDDBCAE0F15D12294d
Octal33527425601725152251115
Binary11011101101111001010111001111101011101100101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBCAE; }

 p { color: rgb(221,188,174); }

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

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

 a { background-color: rgb(221,188,174); }

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

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

 span { border-color: rgb(221,188,174); }

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