#D6AFAC

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

Shades of Oyster Pink #D6AFAC

Tints of Oyster Pink #D6AFAC

Color information

#D6AFAC (or 0xD6AFAC) is unknown color: approx Oyster Pink. HEX triplet: D6, AF and AC. RGB value is (214,175,172). Sum of RGB (Red+Green+Blue) = 214+175+172=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 172 (67.58% from 255 or 30.66% from 561); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AFAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AFAC is #295053. Grayscale: #BABABA. Windows color (decimal): -2707540 or 11317206. OLE color: 11317206.

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

Color convert

RGB214175172-
CMYK00.180.200.16
HSL4.29º33.87%75.69%-
HSV(B)4.29º19.63%83.92%-
XYZ50.5147.9345.62-
YUV186.32119.92147.74-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.15%
GREEN value IS 175 (68.75% from 255) = 31.19%
BLUE value IS 172 (67.58% from 255) = 30.66%
R=38.15%
G=31.19%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417517200.180.200.164.2933.8775.69
HexD6AFAC01214104224c
Octal3262572540222420442114
Binary11010110101011111010110001001010100100001001000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AFAC; }

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

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

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

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

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

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

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

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