#DDBEAE

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

Shades of Just Right #DDBEAE

Tints of Just Right #DDBEAE

Color information

#DDBEAE (or 0xDDBEAE) is unknown color: approx Just Right. HEX triplet: DD, BE and AE. RGB value is (221,190,174). Sum of RGB (Red+Green+Blue) = 221+190+174=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 190 (74.61% from 255 or 32.48% from 585); Blue value is 174 (68.36% from 255 or 29.74% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBEAE is #224151. Grayscale: #C5C5C5. Windows color (decimal): -2244946 or 11452125. OLE color: 11452125.

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

Color convert

RGB221190174-
CMYK00.140.210.13
HSL20.43º40.87%77.45%-
HSV(B)20.43º21.27%86.67%-
XYZ55.8755.2647.76-
YUV197.44114.77144.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.78%
GREEN value IS 190 (74.61% from 255) = 32.48%
BLUE value IS 174 (68.36% from 255) = 29.74%
R=37.78%
G=32.48%
B=29.74%

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
Decimal22119017400.140.210.1320.4340.8777.45
HexDDBEAE0E15D14294d
Octal33527625601625152451115
Binary11011101101111101010111001110101011101101001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBEAE; }

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

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

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

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

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

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

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

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