#D6AEAD

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

Shades of Oyster Pink #D6AEAD

Tints of Oyster Pink #D6AEAD

Color information

#D6AEAD (or 0xD6AEAD) is unknown color: approx Oyster Pink. HEX triplet: D6, AE and AD. RGB value is (214,174,173). Sum of RGB (Red+Green+Blue) = 214+174+173=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 173 (67.97% from 255 or 30.84% from 561); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AEAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AEAD is #295152. Grayscale: #B9B9B9. Windows color (decimal): -2707795 or 11382486. OLE color: 11382486.

HSL color Cylindrical-coordinate representation of color #D6AEAD: hue angle of 1.46º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6AEAD is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB214174173-
CMYK00.190.190.16
HSL1.46º33.33%75.88%-
HSV(B)1.46º19.16%83.92%-
XYZ50.4147.5946.06-
YUV185.85120.75148.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.15%
GREEN value IS 174 (68.36% from 255) = 31.02%
BLUE value IS 173 (67.97% from 255) = 30.84%
R=38.15%
G=31.02%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417417300.190.190.161.4633.3375.88
HexD6AEAD01313101214c
Octal3262562550232320141114
Binary110101101010111010101101010011100111000011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AEAD; }

 p { color: rgb(214,174,173); }

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

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

 a { background-color: rgb(214,174,173); }

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

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

 span { border-color: rgb(214,174,173); }

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