#DCAEAA

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

Shades of Oyster Pink #DCAEAA

Tints of Oyster Pink #DCAEAA

Color information

#DCAEAA (or 0xDCAEAA) is unknown color: approx Oyster Pink. HEX triplet: DC, AE and AA. RGB value is (220,174,170). Sum of RGB (Red+Green+Blue) = 220+174+170=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 170 (66.80% from 255 or 30.14% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAEAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAEAA is #235155. Grayscale: #BBBBBB. Windows color (decimal): -2314582 or 11185884. OLE color: 11185884.

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

Color convert

RGB220174170-
CMYK00.210.230.14
HSL4.8º41.67%76.47%-
HSV(B)4.8º22.73%86.27%-
XYZ51.9148.3944.63-
YUV187.3118.24151.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.01%
GREEN value IS 174 (68.36% from 255) = 30.85%
BLUE value IS 170 (66.80% from 255) = 30.14%
R=39.01%
G=30.85%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017417000.210.230.144.841.6776.47
HexDCAEAA01517E52a4c
Octal3342562520252716552114
Binary1101110010101110101010100101011011111101011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAEAA; }

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

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

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

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

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

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

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

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