Html Css Color HEX #D1AFAB Oyster Pink

📋 copy color: '#D1AFAB'

red 209 ◦ green 175 ◦ blue 171

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

Shades of Oyster Pink #D1AFAB

Tints of Oyster Pink #D1AFAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.81%

R = 37.66%
G = 31.53%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D1AFAB (or 0xD1AFAB) is known color: Oyster Pink. HEX triplet: D1, AF and AB. RGB value is (209,175,171). Sum of RGB (Red+Green+Blue) = 209+175+171=555 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.66% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 171 (67.19% from 255 or 30.81% from 555); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AFAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AFAB is #2E5054. Grayscale: #B8B8B8. Windows color (decimal): -3035221 or 11251665. OLE color: 11251665.

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

Color convert

RGB 209 175 171 -
CMYK 0 0.16 0.18 0.18
HSL 6.32º 0.29% 0.75% -
HSV(B) 6.32º 0.18% 0.82% -
XYZ 48.98 47.16 45.05 -
YUV 184.71 120.26 145.33 -
System Red Green Blue C M Y K H S L
Decimal 209 175 171 0 0.16 0.18 0.18 6.32 0.29 0.75
Hex D1 AF AB 0 10 12 12 6 1D 4B
Octal 321 257 253 0 20 22 22 6 35 113
Binary 11010001 10101111 10101011 0 10000 10010 10010 110 11101 1001011

Color Harmonies of #D1AFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AFAB

Black with #D1AFAB

Text Example


Text Example

White with #D1AFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AFAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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