Html Css Color HEX #D6AFAC Oyster Pink

📋 copy color: '#D6AFAC'

red 214 ◦ green 175 ◦ blue 172

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

Shades of Oyster Pink #D6AFAC

Tints of Oyster Pink #D6AFAC

RGB

 RED value IS 214 (83.98% from 255) = 38.15%

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

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

R = 38.15%
G = 31.19%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D6AFAC (or 0xD6AFAC) is known color: Oyster Pink. HEX triplet: D6, AF and AC. RGB value is (214,175,172). Sum of RGB (Red+Green+Blue) = 214+175+172=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 172 (67.58% from 255 or 30.66% from 561); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AFAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AFAC is #295053. Grayscale: #BABABA. Windows color (decimal): -2707540 or 11317206. OLE color: 11317206.

HSL color Cylindrical-coordinate representation of color #D6AFAC: hue angle of 4.29º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6AFAC is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 175 172 -
CMYK 0 0.18 0.20 0.16
HSL 4.29º 0.34% 0.76% -
HSV(B) 4.29º 0.2% 0.84% -
XYZ 50.51 47.93 45.62 -
YUV 186.32 119.92 147.74 -
System Red Green Blue C M Y K H S L
Decimal 214 175 172 0 0.18 0.20 0.16 4.29 0.34 0.76
Hex D6 AF AC 0 12 14 10 4 22 4C
Octal 326 257 254 0 22 24 20 4 42 114
Binary 11010110 10101111 10101100 0 10010 10100 10000 100 100010 1001100

Color Harmonies of #D6AFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AFAC

Black with #D6AFAC

Text Example


Text Example

White with #D6AFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AFAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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