#DCBEAE

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

Shades of Just Right #DCBEAE

Tints of Just Right #DCBEAE

Color information

#DCBEAE (or 0xDCBEAE) is unknown color: approx Just Right. HEX triplet: DC, BE and AE. RGB value is (220,190,174). Sum of RGB (Red+Green+Blue) = 220+190+174=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 190 (74.61% from 255 or 32.53% from 584); Blue value is 174 (68.36% from 255 or 29.79% from 584); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBEAE is #234151. Grayscale: #C5C5C5. Windows color (decimal): -2310482 or 11452124. OLE color: 11452124.

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

Color convert

RGB220190174-
CMYK00.140.210.14
HSL20.87º39.66%77.25%-
HSV(B)20.87º20.91%86.27%-
XYZ55.5755.147.75-
YUV197.15114.94144.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.67%
GREEN value IS 190 (74.61% from 255) = 32.53%
BLUE value IS 174 (68.36% from 255) = 29.79%
R=37.67%
G=32.53%
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.14
SystemRedGreenBlueCMYKHSL
Decimal22019017400.140.210.1420.8739.6677.25
HexDCBEAE0E15E15284d
Octal33427625601625162550115
Binary11011100101111101010111001110101011110101011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBEAE; }

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

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

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

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

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

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

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

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