#DEC2AE

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

Shades of Just Right #DEC2AE

Tints of Just Right #DEC2AE

Color information

#DEC2AE (or 0xDEC2AE) is unknown color: approx Just Right. HEX triplet: DE, C2 and AE. RGB value is (222,194,174). Sum of RGB (Red+Green+Blue) = 222+194+174=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 194 (76.17% from 255 or 32.88% from 590); Blue value is 174 (68.36% from 255 or 29.49% from 590); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC2AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC2AE is #213D51. Grayscale: #C8C8C8. Windows color (decimal): -2178386 or 11453150. OLE color: 11453150.

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

Color convert

RGB222194174-
CMYK00.130.220.13
HSL25º42.11%77.65%-
HSV(B)25º21.62%87.06%-
XYZ57.0657.1748.07-
YUV200.09113.28143.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.63%
GREEN value IS 194 (76.17% from 255) = 32.88%
BLUE value IS 174 (68.36% from 255) = 29.49%
R=37.63%
G=32.88%
B=29.49%

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
Decimal22219417400.130.220.132542.1177.65
HexDEC2AE0D16D192a4e
Octal33630225601526153152116
Binary11011110110000101010111001101101101101110011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC2AE; }

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

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

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

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

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

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

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

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