Html Css Color HEX #D4AFAA Oyster Pink

📋 copy color: '#D4AFAA'

red 212 ◦ green 175 ◦ blue 170

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

Shades of Oyster Pink #D4AFAA

Tints of Oyster Pink #D4AFAA

RGB

 RED value IS 212 (83.2% from 255) = 38.06%

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

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

R = 38.06%
G = 31.42%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D4AFAA (or 0xD4AFAA) is known color: Oyster Pink. HEX triplet: D4, AF and AA. RGB value is (212,175,170). Sum of RGB (Red+Green+Blue) = 212+175+170=557 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.06% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AFAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AFAA is #2B5055. Grayscale: #B9B9B9. Windows color (decimal): -2838614 or 11186132. OLE color: 11186132.

HSL color Cylindrical-coordinate representation of color #D4AFAA: hue angle of 7.14º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4AFAA is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 175 170 -
CMYK 0 0.17 0.20 0.17
HSL 7.14º 0.33% 0.75% -
HSV(B) 7.14º 0.2% 0.83% -
XYZ 49.74 47.56 44.59 -
YUV 185.49 119.26 146.91 -
System Red Green Blue C M Y K H S L
Decimal 212 175 170 0 0.17 0.20 0.17 7.14 0.33 0.75
Hex D4 AF AA 0 11 14 11 7 21 4B
Octal 324 257 252 0 21 24 21 7 41 113
Binary 11010100 10101111 10101010 0 10001 10100 10001 111 100001 1001011

Color Harmonies of #D4AFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AFAA

Black with #D4AFAA

Text Example


Text Example

White with #D4AFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AFAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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