#DDBDAE

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

Shades of Just Right #DDBDAE

Tints of Just Right #DDBDAE

Color information

#DDBDAE (or 0xDDBDAE) is unknown color: approx Just Right. HEX triplet: DD, BD and AE. RGB value is (221,189,174). Sum of RGB (Red+Green+Blue) = 221+189+174=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 174 (68.36% from 255 or 29.79% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBDAE is #224251. Grayscale: #C4C4C4. Windows color (decimal): -2245202 or 11451869. OLE color: 11451869.

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

Color convert

RGB221189174-
CMYK00.140.210.13
HSL19.15º40.87%77.45%-
HSV(B)19.15º21.27%86.67%-
XYZ55.6654.8247.69-
YUV196.86115.1145.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.84%
GREEN value IS 189 (74.22% from 255) = 32.36%
BLUE value IS 174 (68.36% from 255) = 29.79%
R=37.84%
G=32.36%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118917400.140.210.1319.1540.8777.45
HexDDBDAE0E15D13294d
Octal33527525601625152351115
Binary11011101101111011010111001110101011101100111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBDAE; }

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

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

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

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

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

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

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

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