#D6AFAD

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

Shades of Oyster Pink #D6AFAD

Tints of Oyster Pink #D6AFAD

Color information

#D6AFAD (or 0xD6AFAD) is unknown color: approx Oyster Pink. HEX triplet: D6, AF and AD. RGB value is (214,175,173). Sum of RGB (Red+Green+Blue) = 214+175+173=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 173 (67.97% from 255 or 30.78% from 562); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AFAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AFAD is #295052. Grayscale: #BABABA. Windows color (decimal): -2707539 or 11382742. OLE color: 11382742.

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

Color convert

RGB214175173-
CMYK00.180.190.16
HSL2.93º33.33%75.88%-
HSV(B)2.93º19.16%83.92%-
XYZ50.647.9746.13-
YUV186.43120.42147.66-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.08%
GREEN value IS 175 (68.75% from 255) = 31.14%
BLUE value IS 173 (67.97% from 255) = 30.78%
R=38.08%
G=31.14%
B=30.78%

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
Decimal21417517300.180.190.162.9333.3375.88
HexD6AFAD01213103214c
Octal3262572550222320341114
Binary1101011010101111101011010100101001110000111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AFAD; }

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

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

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

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

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

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

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

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