#DAADAD

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

Shades of Oyster Pink #DAADAD

Tints of Oyster Pink #DAADAD

Color information

#DAADAD (or 0xDAADAD) is unknown color: approx Oyster Pink. HEX triplet: DA, AD and AD. RGB value is (218,173,173). Sum of RGB (Red+Green+Blue) = 218+173+173=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 173 (67.97% from 255 or 30.67% from 564); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAADAD is #255252. Grayscale: #BABABA. Windows color (decimal): -2445907 or 11382234. OLE color: 11382234.

HSL color Cylindrical-coordinate representation of color #DAADAD: hue angle of 0º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAADAD is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB218173173-
CMYK00.210.210.15
HSL37.82%76.67%-
HSV(B)20.64%85.49%-
XYZ51.447.8146.05-
YUV186.46120.41150.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.65%
GREEN value IS 173 (67.97% from 255) = 30.67%
BLUE value IS 173 (67.97% from 255) = 30.67%
R=38.65%
G=30.67%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817317300.210.210.15037.8276.67
HexDAADAD01515F0264d
Octal3322552550252517046115
Binary11011010101011011010110101010110101111101001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAADAD; }

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

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

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

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

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

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

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

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