Html Css Color HEX #D9AFAC Oyster Pink

📋 copy color: '#D9AFAC'

red 217 ◦ green 175 ◦ blue 172

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

Shades of Oyster Pink #D9AFAC

Tints of Oyster Pink #D9AFAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 30.5%

R = 38.48%
G = 31.03%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D9AFAC (or 0xD9AFAC) is known color: Oyster Pink. HEX triplet: D9, AF and AC. RGB value is (217,175,172). Sum of RGB (Red+Green+Blue) = 217+175+172=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 172 (67.58% from 255 or 30.50% from 564); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AFAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AFAC is #265053. Grayscale: #BBBBBB. Windows color (decimal): -2510932 or 11317209. OLE color: 11317209.

HSL color Cylindrical-coordinate representation of color #D9AFAC: hue angle of 4º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9AFAC is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 175 172 -
CMYK 0 0.19 0.21 0.15
HSL 0.37% 0.76% -
HSV(B) 0.21% 0.85% -
XYZ 51.39 48.39 45.66 -
YUV 187.22 119.41 149.24 -
System Red Green Blue C M Y K H S L
Decimal 217 175 172 0 0.19 0.21 0.15 4 0.37 0.76
Hex D9 AF AC 0 13 15 F 4 25 4C
Octal 331 257 254 0 23 25 17 4 45 114
Binary 11011001 10101111 10101100 0 10011 10101 1111 100 100101 1001100

Color Harmonies of #D9AFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AFAC

Black with #D9AFAC

Text Example


Text Example

White with #D9AFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AFAC; }

 p { color: rgb(217,175,172); }

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

background-color css

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

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

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

border-color css

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

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

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