#DEA09E

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

Shades of Petite Orchid #DEA09E

Tints of Petite Orchid #DEA09E

Color information

#DEA09E (or 0xDEA09E) is unknown color: approx Petite Orchid. HEX triplet: DE, A0 and 9E. RGB value is (222,160,158). Sum of RGB (Red+Green+Blue) = 222+160+158=540 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.11% from 540); Green value is 160 (62.89% from 255 or 29.63% from 540); Blue value is 158 (62.11% from 255 or 29.26% from 540); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA09E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA09E is #215F61. Grayscale: #B2B2B2. Windows color (decimal): -2187106 or 10395870. OLE color: 10395870.

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

Color convert

RGB222160158-
CMYK00.280.290.13
HSL1.88º49.23%74.51%-
HSV(B)1.88º28.83%87.06%-
XYZ48.8743.1438.1-
YUV178.31116.54159.16-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.11%
GREEN value IS 160 (62.89% from 255) = 29.63%
BLUE value IS 158 (62.11% from 255) = 29.26%
R=41.11%
G=29.63%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216015800.280.290.131.8849.2374.51
HexDEA09E01C1DD2314b
Octal3362402360343515261113
Binary110111101010000010011110011100111011101101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA09E; }

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

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

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

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

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

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

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

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