#D29688

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

Shades of Petite Orchid #D29688

Tints of Petite Orchid #D29688

Color information

#D29688 (or 0xD29688) is unknown color: approx Petite Orchid. HEX triplet: D2, 96 and 88. RGB value is (210,150,136). Sum of RGB (Red+Green+Blue) = 210+150+136=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 136 (53.52% from 255 or 27.42% from 496); Max value from RGB is 210 - color contains mainly: red. Hex color #D29688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29688 is #2D6977. Grayscale: #A6A6A6. Windows color (decimal): -2976120 or 8951506. OLE color: 8951506.

HSL color Cylindrical-coordinate representation of color #D29688: hue angle of 11.35º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D29688 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB210150136-
CMYK00.290.350.18
HSL11.35º45.12%67.84%-
HSV(B)11.35º35.24%82.35%-
XYZ41.9337.2928.28-
YUV166.34110.88159.14-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.34%
GREEN value IS 150 (58.98% from 255) = 30.24%
BLUE value IS 136 (53.52% from 255) = 27.42%
R=42.34%
G=30.24%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015013600.290.350.1811.3545.1267.84
HexD2968801D2312b2d44
Octal32222621003543221355104
Binary1101001010010110100010000111011000111001010111011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29688; }

 p { color: rgb(210,150,136); }

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

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

 a { background-color: rgb(210,150,136); }

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

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

 span { border-color: rgb(210,150,136); }

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