#DDBEAF

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

Shades of Just Right #DDBEAF

Tints of Just Right #DDBEAF

Color information

#DDBEAF (or 0xDDBEAF) is unknown color: approx Just Right. HEX triplet: DD, BE and AF. RGB value is (221,190,175). Sum of RGB (Red+Green+Blue) = 221+190+175=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 190 (74.61% from 255 or 32.42% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBEAF is #224150. Grayscale: #C5C5C5. Windows color (decimal): -2244945 or 11517661. OLE color: 11517661.

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

Color convert

RGB221190175-
CMYK00.140.210.13
HSL19.57º40.35%77.65%-
HSV(B)19.57º20.81%86.67%-
XYZ55.9755.2948.28-
YUV197.56115.27144.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.71%
GREEN value IS 190 (74.61% from 255) = 32.42%
BLUE value IS 175 (68.75% from 255) = 29.86%
R=37.71%
G=32.42%
B=29.86%

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
Decimal22119017500.140.210.1319.5740.3577.65
HexDDBEAF0E15D14284e
Octal33527625701625152450116
Binary11011101101111101010111101110101011101101001010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBEAF; }

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

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

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

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

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

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

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

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