#DDBEAC

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

Shades of Just Right #DDBEAC

Tints of Just Right #DDBEAC

Color information

#DDBEAC (or 0xDDBEAC) is unknown color: approx Just Right. HEX triplet: DD, BE and AC. RGB value is (221,190,172). Sum of RGB (Red+Green+Blue) = 221+190+172=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 190 (74.61% from 255 or 32.59% from 583); Blue value is 172 (67.58% from 255 or 29.50% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBEAC is #224153. Grayscale: #C5C5C5. Windows color (decimal): -2244948 or 11321053. OLE color: 11321053.

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

Color convert

RGB221190172-
CMYK00.140.220.13
HSL22.04º41.88%77.06%-
HSV(B)22.04º22.17%86.67%-
XYZ55.6855.1846.75-
YUV197.22113.77144.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.91%
GREEN value IS 190 (74.61% from 255) = 32.59%
BLUE value IS 172 (67.58% from 255) = 29.50%
R=37.91%
G=32.59%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119017200.140.220.1322.0441.8877.06
HexDDBEAC0E16D162a4d
Octal33527625401626152652115
Binary11011101101111101010110001110101101101101101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBEAC; }

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

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

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

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

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

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

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

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