#D2AEAA

Color #D2AEAA Oyster Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oyster Pink #D2AEAA

Tints of Oyster Pink #D2AEAA

Color information

#D2AEAA (or 0xD2AEAA) is unknown color: approx Oyster Pink. HEX triplet: D2, AE and AA. RGB value is (210,174,170). Sum of RGB (Red+Green+Blue) = 210+174+170=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 174 (68.36% from 255 or 31.41% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AEAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AEAA is #2D5155. Grayscale: #B8B8B8. Windows color (decimal): -2969942 or 11185874. OLE color: 11185874.

HSL color Cylindrical-coordinate representation of color #D2AEAA: hue angle of 6º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2AEAA is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB210174170-
CMYK00.170.190.18
HSL30.77%74.51%-
HSV(B)19.05%82.35%-
XYZ48.9746.8844.5-
YUV184.31119.93146.33-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.91%
GREEN value IS 174 (68.36% from 255) = 31.41%
BLUE value IS 170 (66.80% from 255) = 30.69%
R=37.91%
G=31.41%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017417000.170.190.18630.7774.51
HexD2AEAA011131261f4b
Octal3222562520212322637113
Binary1101001010101110101010100100011001110010110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AEAA; }

 p { color: rgb(210,174,170); }

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

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

 a { background-color: rgb(210,174,170); }

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

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

 span { border-color: rgb(210,174,170); }

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