#DE9E9C

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

Shades of Petite Orchid #DE9E9C

Tints of Petite Orchid #DE9E9C

Color information

#DE9E9C (or 0xDE9E9C) is unknown color: approx Petite Orchid. HEX triplet: DE, 9E and 9C. RGB value is (222,158,156). Sum of RGB (Red+Green+Blue) = 222+158+156=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 158 (62.11% from 255 or 29.48% from 536); Blue value is 156 (61.33% from 255 or 29.10% from 536); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9E9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9E9C is #216163. Grayscale: #B0B0B0. Windows color (decimal): -2187620 or 10264286. OLE color: 10264286.

HSL color Cylindrical-coordinate representation of color #DE9E9C: hue angle of 1.82º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DE9E9C is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB222158156-
CMYK00.290.300.13
HSL1.82º50%74.12%-
HSV(B)1.82º29.73%87.06%-
XYZ48.3542.3837.08-
YUV176.91116.2160.16-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.42%
GREEN value IS 158 (62.11% from 255) = 29.48%
BLUE value IS 156 (61.33% from 255) = 29.10%
R=41.42%
G=29.48%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215815600.290.300.131.825074.12
HexDE9E9C01D1ED2324a
Octal3362362340353615262112
Binary110111101001111010011100011101111101101101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9E9C; }

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

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

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

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

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

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

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

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