#DDBFAE

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

Shades of Just Right #DDBFAE

Tints of Just Right #DDBFAE

Color information

#DDBFAE (or 0xDDBFAE) is unknown color: approx Just Right. HEX triplet: DD, BF and AE. RGB value is (221,191,174). Sum of RGB (Red+Green+Blue) = 221+191+174=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 191 (75% from 255 or 32.59% from 586); Blue value is 174 (68.36% from 255 or 29.69% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBFAE is #224051. Grayscale: #C6C6C6. Windows color (decimal): -2244690 or 11452381. OLE color: 11452381.

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

Color convert

RGB221191174-
CMYK00.140.210.13
HSL21.7º40.87%77.45%-
HSV(B)21.7º21.27%86.67%-
XYZ56.0955.6947.84-
YUV198.03114.44144.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.71%
GREEN value IS 191 (75% from 255) = 32.59%
BLUE value IS 174 (68.36% from 255) = 29.69%
R=37.71%
G=32.59%
B=29.69%

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
Decimal22119117400.140.210.1321.740.8777.45
HexDDBFAE0E15D16294d
Octal33527725601625152651115
Binary11011101101111111010111001110101011101101101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBFAE; }

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

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

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

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

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

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

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

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