#DAAEAA

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

Shades of Oyster Pink #DAAEAA

Tints of Oyster Pink #DAAEAA

Color information

#DAAEAA (or 0xDAAEAA) is unknown color: approx Oyster Pink. HEX triplet: DA, AE and AA. RGB value is (218,174,170). Sum of RGB (Red+Green+Blue) = 218+174+170=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAEAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAEAA is #255155. Grayscale: #BABABA. Windows color (decimal): -2445654 or 11185882. OLE color: 11185882.

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

Color convert

RGB218174170-
CMYK00.200.220.15
HSL39.34%76.08%-
HSV(B)22.02%85.49%-
XYZ51.3148.0844.61-
YUV186.7118.58150.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.79%
GREEN value IS 174 (68.36% from 255) = 30.96%
BLUE value IS 170 (66.80% from 255) = 30.25%
R=38.79%
G=30.96%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817417000.200.220.15539.3476.08
HexDAAEAA01416F5274c
Octal3322562520242617547114
Binary1101101010101110101010100101001011011111011001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAEAA; }

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

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

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

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

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

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

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

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