Html Css Color HEX #D4AAA8 Oyster Pink

📋 copy color: '#D4AAA8'

red 212 ◦ green 170 ◦ blue 168

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

Shades of Oyster Pink #D4AAA8

Tints of Oyster Pink #D4AAA8

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.91%

 BLUE value IS 168 (66.02% from 255) = 30.55%

R = 38.55%
G = 30.91%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.17

RGB Variations

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

Color information

#D4AAA8 (or 0xD4AAA8) is known color: Oyster Pink. HEX triplet: D4, AA and A8. RGB value is (212,170,168). Sum of RGB (Red+Green+Blue) = 212+170+168=550 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.55% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 168 (66.02% from 255 or 30.55% from 550); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AAA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AAA8 is #2B5557. Grayscale: #B6B6B6. Windows color (decimal): -2839896 or 11053780. OLE color: 11053780.

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

Color convert

RGB 212 170 168 -
CMYK 0 0.20 0.21 0.17
HSL 2.73º 0.34% 0.75% -
HSV(B) 2.73º 0.21% 0.83% -
XYZ 48.59 45.57 43.28 -
YUV 182.33 119.91 149.16 -
System Red Green Blue C M Y K H S L
Decimal 212 170 168 0 0.20 0.21 0.17 2.73 0.34 0.75
Hex D4 AA A8 0 14 15 11 3 22 4B
Octal 324 252 250 0 24 25 21 3 42 113
Binary 11010100 10101010 10101000 0 10100 10101 10001 11 100010 1001011

Color Harmonies of #D4AAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AAA8

Black with #D4AAA8

Text Example


Text Example

White with #D4AAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AAA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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