Html Css Color HEX #DCAEAA Oyster Pink

📋 copy color: '#DCAEAA'

red 220 ◦ green 174 ◦ blue 170

#DCAEAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oyster Pink #DCAEAA

Tints of Oyster Pink #DCAEAA

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.8% from 255) = 30.14%

R = 39.01%
G = 30.85%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DCAEAA (or 0xDCAEAA) is known color: 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

RGB 220 174 170 -
CMYK 0 0.21 0.23 0.14
HSL 4.8º 0.42% 0.76% -
HSV(B) 4.8º 0.23% 0.86% -
XYZ 51.91 48.39 44.63 -
YUV 187.3 118.24 151.33 -
System Red Green Blue C M Y K H S L
Decimal 220 174 170 0 0.21 0.23 0.14 4.8 0.42 0.76
Hex DC AE AA 0 15 17 E 5 2A 4C
Octal 334 256 252 0 25 27 16 5 52 114
Binary 11011100 10101110 10101010 0 10101 10111 1110 101 101010 1001100

Color Harmonies of #DCAEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAEAA

Black with #DCAEAA

Text Example


Text Example

White with #DCAEAA

Text Example


Text Example

HTML Codes & Css Web 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>