Html Css Color HEX #D9AFAF Oyster Pink

📋 copy color: '#D9AFAF'

red 217 ◦ green 175 ◦ blue 175

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

Shades of Oyster Pink #D9AFAF

Tints of Oyster Pink #D9AFAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 30.86%

R = 38.27%
G = 30.86%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D9AFAF (or 0xD9AFAF) is known color: Oyster Pink. HEX triplet: D9, AF and AF. RGB value is (217,175,175). Sum of RGB (Red+Green+Blue) = 217+175+175=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 175 (68.75% from 255 or 30.86% from 567); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AFAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AFAF is #265050. Grayscale: #BBBBBB. Windows color (decimal): -2510929 or 11513817. OLE color: 11513817.

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

Color convert

RGB 217 175 175 -
CMYK 0 0.19 0.19 0.15
HSL 0.36% 0.77% -
HSV(B) 0.19% 0.85% -
XYZ 51.68 48.51 47.2 -
YUV 187.56 120.91 149 -
System Red Green Blue C M Y K H S L
Decimal 217 175 175 0 0.19 0.19 0.15 0 0.36 0.77
Hex D9 AF AF 0 13 13 F 0 24 4D
Octal 331 257 257 0 23 23 17 0 44 115
Binary 11011001 10101111 10101111 0 10011 10011 1111 0 100100 1001101

Color Harmonies of #D9AFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AFAF

Black with #D9AFAF

Text Example


Text Example

White with #D9AFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AFAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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