Html Css Color HEX #D9AAAA Oyster Pink

📋 copy color: '#D9AAAA'

red 217 ◦ green 170 ◦ blue 170

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

Shades of Oyster Pink #D9AAAA

Tints of Oyster Pink #D9AAAA

RGB

 RED value IS 217 (85.16% from 255) = 38.96%

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

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

R = 38.96%
G = 30.52%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D9AAAA (or 0xD9AAAA) is known color: Oyster Pink. HEX triplet: D9, AA and AA. RGB value is (217,170,170). Sum of RGB (Red+Green+Blue) = 217+170+170=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AAAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AAAA is #265555. Grayscale: #B8B8B8. Windows color (decimal): -2512214 or 11184857. OLE color: 11184857.

HSL color Cylindrical-coordinate representation of color #D9AAAA: hue angle of 0º degrees, saturation: 0.38, 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 #D9AAAA is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 170 170 -
CMYK 0 0.22 0.22 0.15
HSL 0.38% 0.76% -
HSV(B) 0.22% 0.85% -
XYZ 50.25 46.4 44.34 -
YUV 184.05 120.07 151.5 -
System Red Green Blue C M Y K H S L
Decimal 217 170 170 0 0.22 0.22 0.15 0 0.38 0.76
Hex D9 AA AA 0 16 16 F 0 26 4C
Octal 331 252 252 0 26 26 17 0 46 114
Binary 11011001 10101010 10101010 0 10110 10110 1111 0 100110 1001100

Color Harmonies of #D9AAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AAAA

Black with #D9AAAA

Text Example


Text Example

White with #D9AAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AAAA; }

 p { color: rgb(217,170,170); }

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

background-color css

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

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

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

border-color css

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

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

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