#DEC1AE

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

Shades of Just Right #DEC1AE

Tints of Just Right #DEC1AE

Color information

#DEC1AE (or 0xDEC1AE) is unknown color: approx Just Right. HEX triplet: DE, C1 and AE. RGB value is (222,193,174). Sum of RGB (Red+Green+Blue) = 222+193+174=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 193 (75.78% from 255 or 32.77% from 589); Blue value is 174 (68.36% from 255 or 29.54% from 589); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC1AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC1AE is #213E51. Grayscale: #C7C7C7. Windows color (decimal): -2178642 or 11452894. OLE color: 11452894.

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

Color convert

RGB222193174-
CMYK00.130.220.13
HSL23.75º42.11%77.65%-
HSV(B)23.75º21.62%87.06%-
XYZ56.8356.7348-
YUV199.5113.61144.04-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.69%
GREEN value IS 193 (75.78% from 255) = 32.77%
BLUE value IS 174 (68.36% from 255) = 29.54%
R=37.69%
G=32.77%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219317400.130.220.1323.7542.1177.65
HexDEC1AE0D16D182a4e
Octal33630125601526153052116
Binary11011110110000011010111001101101101101110001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC1AE; }

 p { color: rgb(222,193,174); }

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

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

 a { background-color: rgb(222,193,174); }

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

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

 span { border-color: rgb(222,193,174); }

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