#D5ADAD

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

Shades of Oyster Pink #D5ADAD

Tints of Oyster Pink #D5ADAD

Color information

#D5ADAD (or 0xD5ADAD) is unknown color: approx Oyster Pink. HEX triplet: D5, AD and AD. RGB value is (213,173,173). Sum of RGB (Red+Green+Blue) = 213+173+173=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 173 (67.97% from 255 or 30.95% from 559); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ADAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5ADAD is #2A5252. Grayscale: #B9B9B9. Windows color (decimal): -2773587 or 11382229. OLE color: 11382229.

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

Color convert

RGB213173173-
CMYK00.190.190.16
HSL32.26%75.69%-
HSV(B)18.78%83.53%-
XYZ49.9347.0545.99-
YUV184.96121.25148-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.10%
GREEN value IS 173 (67.97% from 255) = 30.95%
BLUE value IS 173 (67.97% from 255) = 30.95%
R=38.10%
G=30.95%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317317300.190.190.16032.2675.69
HexD5ADAD01313100204c
Octal3252552550232320040114
Binary110101011010110110101101010011100111000001000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ADAD; }

 p { color: rgb(213,173,173); }

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

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

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

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

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

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

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