#DEA29F

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

Shades of Petite Orchid #DEA29F

Tints of Petite Orchid #DEA29F

Color information

#DEA29F (or 0xDEA29F) is unknown color: approx Petite Orchid. HEX triplet: DE, A2 and 9F. RGB value is (222,162,159). Sum of RGB (Red+Green+Blue) = 222+162+159=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 162 (63.67% from 255 or 29.83% from 543); Blue value is 159 (62.5% from 255 or 29.28% from 543); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA29F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA29F is #215D60. Grayscale: #B3B3B3. Windows color (decimal): -2186593 or 10461918. OLE color: 10461918.

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

Color convert

RGB222162159-
CMYK00.270.280.13
HSL2.86º48.84%74.71%-
HSV(B)2.86º28.38%87.06%-
XYZ49.343.8738.67-
YUV179.6116.38158.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.88%
GREEN value IS 162 (63.67% from 255) = 29.83%
BLUE value IS 159 (62.5% from 255) = 29.28%
R=40.88%
G=29.83%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216215900.270.280.132.8648.8474.71
HexDEA29F01B1CD3314b
Octal3362422370333415361113
Binary110111101010001010011111011011111001101111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA29F; }

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

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

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

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

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

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

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

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