#D6AFAE

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

Shades of Oyster Pink #D6AFAE

Tints of Oyster Pink #D6AFAE

Color information

#D6AFAE (or 0xD6AFAE) is unknown color: approx Oyster Pink. HEX triplet: D6, AF and AE. RGB value is (214,175,174). Sum of RGB (Red+Green+Blue) = 214+175+174=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 174 (68.36% from 255 or 30.91% from 563); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AFAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AFAE is #295051. Grayscale: #BABABA. Windows color (decimal): -2707538 or 11448278. OLE color: 11448278.

HSL color Cylindrical-coordinate representation of color #D6AFAE: hue angle of 1.5º 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 #D6AFAE is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB214175174-
CMYK00.180.190.16
HSL1.5º32.79%76.08%-
HSV(B)1.5º18.69%83.92%-
XYZ50.748.0146.64-
YUV186.55120.92147.58-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.01%
GREEN value IS 175 (68.75% from 255) = 31.08%
BLUE value IS 174 (68.36% from 255) = 30.91%
R=38.01%
G=31.08%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417517400.180.190.161.532.7976.08
HexD6AFAE01213102214c
Octal3262572560222320241114
Binary1101011010101111101011100100101001110000101000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AFAE; }

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

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

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

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

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

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

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

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