#de9d9c

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

Shades of Petite Orchid #DE9D9C

Tints of Petite Orchid #DE9D9C

Color information

#DE9D9C (or 0xDE9D9C) is unknown color: approx Petite Orchid. HEX triplet: DE, 9D and 9C. RGB value is (222,157,156). Sum of RGB (Red+Green+Blue) = 222+157+156=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 157 (61.72% from 255 or 29.35% from 535); Blue value is 156 (61.33% from 255 or 29.16% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9D9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9D9C is #216263. Grayscale: #B0B0B0. Windows color (decimal): -2187876 or 10264030. OLE color: 10264030.

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

Color convert

RGB222157156-
CMYK00.290.300.13
HSL0.91º50%74.12%-
HSV(B)0.91º29.73%87.06%-
XYZ48.1842.0437.03-
YUV176.32116.53160.58-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.50%
GREEN value IS 157 (61.72% from 255) = 29.35%
BLUE value IS 156 (61.33% from 255) = 29.16%
R=41.50%
G=29.35%
B=29.16%

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
Decimal22215715600.290.300.130.915074.12
HexDE9D9C01D1ED1324a
Octal3362352340353615162112
Binary11011110100111011001110001110111110110111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de9d9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de9d9c; }

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

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

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

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

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

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

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

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