Html Css Color HEX #D9AFAE Oyster Pink

📋 copy color: '#D9AFAE'

red 217 ◦ green 175 ◦ blue 174

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

Shades of Oyster Pink #D9AFAE

Tints of Oyster Pink #D9AFAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 30.74%

R = 38.34%
G = 30.92%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D9AFAE (or 0xD9AFAE) is known color: Oyster Pink. HEX triplet: D9, AF and AE. RGB value is (217,175,174). Sum of RGB (Red+Green+Blue) = 217+175+174=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 174 (68.36% from 255 or 30.74% from 566); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AFAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AFAE is #265051. Grayscale: #BBBBBB. Windows color (decimal): -2510930 or 11448281. OLE color: 11448281.

HSL color Cylindrical-coordinate representation of color #D9AFAE: hue angle of 1.4º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9AFAE is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 175 174 -
CMYK 0 0.19 0.20 0.15
HSL 1.4º 0.36% 0.77% -
HSV(B) 1.4º 0.2% 0.85% -
XYZ 51.59 48.47 46.68 -
YUV 187.44 120.41 149.08 -
System Red Green Blue C M Y K H S L
Decimal 217 175 174 0 0.19 0.20 0.15 1.4 0.36 0.77
Hex D9 AF AE 0 13 14 F 1 24 4D
Octal 331 257 256 0 23 24 17 1 44 115
Binary 11011001 10101111 10101110 0 10011 10100 1111 1 100100 1001101

Color Harmonies of #D9AFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AFAE

Black with #D9AFAE

Text Example


Text Example

White with #D9AFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AFAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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