#DEA29E

Color #DEA29E Petite Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Petite Orchid #DEA29E

Tints of Petite Orchid #DEA29E

Color information

#DEA29E (or 0xDEA29E) is unknown color: approx Petite Orchid. HEX triplet: DE, A2 and 9E. RGB value is (222,162,158). Sum of RGB (Red+Green+Blue) = 222+162+158=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 162 (63.67% from 255 or 29.89% from 542); Blue value is 158 (62.11% from 255 or 29.15% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA29E is #215D61. Grayscale: #B3B3B3. Windows color (decimal): -2186594 or 10396382. OLE color: 10396382.

HSL color Cylindrical-coordinate representation of color #DEA29E: hue angle of 3.75º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEA29E is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB222162158-
CMYK00.270.290.13
HSL3.75º49.23%74.51%-
HSV(B)3.75º28.83%87.06%-
XYZ49.2243.8438.22-
YUV179.48115.88158.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.96%
GREEN value IS 162 (63.67% from 255) = 29.89%
BLUE value IS 158 (62.11% from 255) = 29.15%
R=40.96%
G=29.89%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216215800.270.290.133.7549.2374.51
HexDEA29E01B1DD4314b
Octal3362422360333515461113
Binary1101111010100010100111100110111110111011001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA29E; }

 p { color: rgb(222,162,158); }

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

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

 a { background-color: rgb(222,162,158); }

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

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

 span { border-color: rgb(222,162,158); }

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