#DCADAC

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

Shades of Oyster Pink #DCADAC

Tints of Oyster Pink #DCADAC

Color information

#DCADAC (or 0xDCADAC) is unknown color: approx Oyster Pink. HEX triplet: DC, AD and AC. RGB value is (220,173,172). Sum of RGB (Red+Green+Blue) = 220+173+172=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 172 (67.58% from 255 or 30.44% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCADAC is #235253. Grayscale: #BABABA. Windows color (decimal): -2314836 or 11316700. OLE color: 11316700.

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

Color convert

RGB220173172-
CMYK00.210.220.14
HSL1.25º40.68%76.86%-
HSV(B)1.25º21.82%86.27%-
XYZ51.9148.0845.57-
YUV186.94119.57151.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.94%
GREEN value IS 173 (67.97% from 255) = 30.62%
BLUE value IS 172 (67.58% from 255) = 30.44%
R=38.94%
G=30.62%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017317200.210.220.141.2540.6876.86
HexDCADAC01516E1294d
Octal3342552540252616151115
Binary11011100101011011010110001010110110111011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCADAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCADAC; }

 p { color: rgb(220,173,172); }

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

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

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

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

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

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

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