#D6ADAB

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

Shades of Oyster Pink #D6ADAB

Tints of Oyster Pink #D6ADAB

Color information

#D6ADAB (or 0xD6ADAB) is unknown color: approx Oyster Pink. HEX triplet: D6, AD and AB. RGB value is (214,173,171). Sum of RGB (Red+Green+Blue) = 214+173+171=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 171 (67.19% from 255 or 30.65% from 558); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ADAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6ADAB is #295254. Grayscale: #B9B9B9. Windows color (decimal): -2708053 or 11251158. OLE color: 11251158.

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

Color convert

RGB214173171-
CMYK00.190.200.16
HSL2.79º34.4%75.49%-
HSV(B)2.79º20.09%83.92%-
XYZ50.0347.1244.99-
YUV185.03120.08148.66-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.35%
GREEN value IS 173 (67.97% from 255) = 31.00%
BLUE value IS 171 (67.19% from 255) = 30.65%
R=38.35%
G=31.00%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417317100.190.200.162.7934.475.49
HexD6ADAB01314103224b
Octal3262552530232420342113
Binary1101011010101101101010110100111010010000111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ADAB; }

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

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

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

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

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

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

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

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