#D6ADAA

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

Shades of Oyster Pink #D6ADAA

Tints of Oyster Pink #D6ADAA

Color information

#D6ADAA (or 0xD6ADAA) is unknown color: approx Oyster Pink. HEX triplet: D6, AD and AA. RGB value is (214,173,170). Sum of RGB (Red+Green+Blue) = 214+173+170=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ADAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6ADAA is #295255. Grayscale: #B8B8B8. Windows color (decimal): -2708054 or 11185622. OLE color: 11185622.

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

Color convert

RGB214173170-
CMYK00.190.210.16
HSL4.09º34.92%75.29%-
HSV(B)4.09º20.56%83.92%-
XYZ49.9347.0944.49-
YUV184.92119.58148.74-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.42%
GREEN value IS 173 (67.97% from 255) = 31.06%
BLUE value IS 170 (66.80% from 255) = 30.52%
R=38.42%
G=31.06%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417317000.190.210.164.0934.9275.29
HexD6ADAA01315104234b
Octal3262552520232520443113
Binary11010110101011011010101001001110101100001001000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ADAA; }

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

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

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

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

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

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

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

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