Html Css Color HEX #D6B2AC Oyster Pink

📋 copy color: '#D6B2AC'

red 214 ◦ green 178 ◦ blue 172

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

Shades of Oyster Pink #D6B2AC

Tints of Oyster Pink #D6B2AC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.56%

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

R = 37.94%
G = 31.56%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D6B2AC (or 0xD6B2AC) is known color: Oyster Pink. HEX triplet: D6, B2 and AC. RGB value is (214,178,172). Sum of RGB (Red+Green+Blue) = 214+178+172=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 178 (69.92% from 255 or 31.56% from 564); Blue value is 172 (67.58% from 255 or 30.50% from 564); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B2AC is #294D53. Grayscale: #BCBCBC. Windows color (decimal): -2706772 or 11317974. OLE color: 11317974.

HSL color Cylindrical-coordinate representation of color #D6B2AC: hue angle of 8.57º 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 #D6B2AC is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 178 172 -
CMYK 0 0.17 0.20 0.16
HSL 8.57º 0.34% 0.76% -
HSV(B) 8.57º 0.2% 0.84% -
XYZ 51.1 49.12 45.82 -
YUV 188.08 118.93 146.49 -
System Red Green Blue C M Y K H S L
Decimal 214 178 172 0 0.17 0.20 0.16 8.57 0.34 0.76
Hex D6 B2 AC 0 11 14 10 9 22 4C
Octal 326 262 254 0 21 24 20 11 42 114
Binary 11010110 10110010 10101100 0 10001 10100 10000 1001 100010 1001100

Color Harmonies of #D6B2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B2AC

Black with #D6B2AC

Text Example


Text Example

White with #D6B2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B2AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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