Html Css Color HEX #D4AEAA Oyster Pink

📋 copy color: '#D4AEAA'

red 212 ◦ green 174 ◦ blue 170

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

Shades of Oyster Pink #D4AEAA

Tints of Oyster Pink #D4AEAA

RGB

 RED value IS 212 (83.2% from 255) = 38.13%

 GREEN value IS 174 (68.36% from 255) = 31.29%

 BLUE value IS 170 (66.8% from 255) = 30.58%

R = 38.13%
G = 31.29%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D4AEAA (or 0xD4AEAA) is known color: Oyster Pink. HEX triplet: D4, AE and AA. RGB value is (212,174,170). Sum of RGB (Red+Green+Blue) = 212+174+170=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AEAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AEAA is #2B5155. Grayscale: #B8B8B8. Windows color (decimal): -2838870 or 11185876. OLE color: 11185876.

HSL color Cylindrical-coordinate representation of color #D4AEAA: hue angle of 5.71º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4AEAA is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 174 170 -
CMYK 0 0.18 0.20 0.17
HSL 5.71º 0.33% 0.75% -
HSV(B) 5.71º 0.2% 0.83% -
XYZ 49.54 47.17 44.52 -
YUV 184.91 119.59 147.33 -
System Red Green Blue C M Y K H S L
Decimal 212 174 170 0 0.18 0.20 0.17 5.71 0.33 0.75
Hex D4 AE AA 0 12 14 11 6 21 4B
Octal 324 256 252 0 22 24 21 6 41 113
Binary 11010100 10101110 10101010 0 10010 10100 10001 110 100001 1001011

Color Harmonies of #D4AEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AEAA

Black with #D4AEAA

Text Example


Text Example

White with #D4AEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AEAA; }

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

 H1.HeaderClassName
 {
   color: #D4AEAA;
 }
 .AnyTagClassName
 {
   color: #D4AEAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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