#DEC2AD

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

Shades of Just Right #DEC2AD

Tints of Just Right #DEC2AD

Color information

#DEC2AD (or 0xDEC2AD) is unknown color: approx Just Right. HEX triplet: DE, C2 and AD. RGB value is (222,194,173). Sum of RGB (Red+Green+Blue) = 222+194+173=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 194 (76.17% from 255 or 32.94% from 589); Blue value is 173 (67.97% from 255 or 29.37% from 589); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC2AD is #213D52. Grayscale: #C8C8C8. Windows color (decimal): -2178387 or 11387614. OLE color: 11387614.

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

Color convert

RGB222194173-
CMYK00.130.220.13
HSL25.71º42.61%77.45%-
HSV(B)25.71º22.07%87.06%-
XYZ56.9657.1347.56-
YUV199.98112.78143.71-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.69%
GREEN value IS 194 (76.17% from 255) = 32.94%
BLUE value IS 173 (67.97% from 255) = 29.37%
R=37.69%
G=32.94%
B=29.37%

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
Decimal22219417300.130.220.1325.7142.6177.45
HexDEC2AD0D16D1a2b4d
Octal33630225501526153253115
Binary11011110110000101010110101101101101101110101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC2AD; }

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

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

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

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

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

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

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

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