#DEA19E

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

Shades of Petite Orchid #DEA19E

Tints of Petite Orchid #DEA19E

Color information

#DEA19E (or 0xDEA19E) is unknown color: approx Petite Orchid. HEX triplet: DE, A1 and 9E. RGB value is (222,161,158). Sum of RGB (Red+Green+Blue) = 222+161+158=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 161 (63.28% from 255 or 29.76% from 541); Blue value is 158 (62.11% from 255 or 29.21% from 541); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA19E is #215E61. Grayscale: #B2B2B2. Windows color (decimal): -2186850 or 10396126. OLE color: 10396126.

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

Color convert

RGB222161158-
CMYK00.270.290.13
HSL2.81º49.23%74.51%-
HSV(B)2.81º28.83%87.06%-
XYZ49.0443.4938.16-
YUV178.9116.21158.74-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.04%
GREEN value IS 161 (63.28% from 255) = 29.76%
BLUE value IS 158 (62.11% from 255) = 29.21%
R=41.04%
G=29.76%
B=29.21%

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
Decimal22216115800.270.290.132.8149.2374.51
HexDEA19E01B1DD3314b
Octal3362412360333515361113
Binary110111101010000110011110011011111011101111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA19E; }

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

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

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

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

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

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

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

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