Html Css Color HEX #D1AFAA Oyster Pink

📋 copy color: '#D1AFAA'

red 209 ◦ green 175 ◦ blue 170

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

Shades of Oyster Pink #D1AFAA

Tints of Oyster Pink #D1AFAA

RGB

 RED value IS 209 (82.03% from 255) = 37.73%

 GREEN value IS 175 (68.75% from 255) = 31.59%

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

R = 37.73%
G = 31.59%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D1AFAA (or 0xD1AFAA) is known color: Oyster Pink. HEX triplet: D1, AF and AA. RGB value is (209,175,170). Sum of RGB (Red+Green+Blue) = 209+175+170=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AFAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AFAA is #2E5055. Grayscale: #B8B8B8. Windows color (decimal): -3035222 or 11186129. OLE color: 11186129.

HSL color Cylindrical-coordinate representation of color #D1AFAA: hue angle of 7.69º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1AFAA is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 175 170 -
CMYK 0 0.16 0.19 0.18
HSL 7.69º 0.3% 0.74% -
HSV(B) 7.69º 0.19% 0.82% -
XYZ 48.88 47.12 44.55 -
YUV 184.6 119.76 145.41 -
System Red Green Blue C M Y K H S L
Decimal 209 175 170 0 0.16 0.19 0.18 7.69 0.3 0.74
Hex D1 AF AA 0 10 13 12 8 1E 4A
Octal 321 257 252 0 20 23 22 10 36 112
Binary 11010001 10101111 10101010 0 10000 10011 10010 1000 11110 1001010

Color Harmonies of #D1AFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AFAA

Black with #D1AFAA

Text Example


Text Example

White with #D1AFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AFAA; }

 p { color: rgb(209,175,170); }

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

background-color css

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

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

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

border-color css

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

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

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