#DCAEAE

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

Shades of Oyster Pink #DCAEAE

Tints of Oyster Pink #DCAEAE

Color information

#DCAEAE (or 0xDCAEAE) is unknown color: approx Oyster Pink. HEX triplet: DC, AE and AE. RGB value is (220,174,174). Sum of RGB (Red+Green+Blue) = 220+174+174=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 174 (68.36% from 255 or 30.63% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAEAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAEAE is #235151. Grayscale: #BBBBBB. Windows color (decimal): -2314578 or 11448028. OLE color: 11448028.

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

Color convert

RGB220174174-
CMYK00.210.210.14
HSL39.66%77.25%-
HSV(B)20.91%86.27%-
XYZ52.2948.5446.66-
YUV187.75120.24151-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.73%
GREEN value IS 174 (68.36% from 255) = 30.63%
BLUE value IS 174 (68.36% from 255) = 30.63%
R=38.73%
G=30.63%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017417400.210.210.14039.6677.25
HexDCAEAE01515E0284d
Octal3342562560252516050115
Binary11011100101011101010111001010110101111001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAEAE; }

 p { color: rgb(220,174,174); }

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

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

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

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

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

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

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