Html Css Color HEX #D6B0AE Oyster Pink

📋 copy color: '#D6B0AE'

red 214 ◦ green 176 ◦ blue 174

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

Shades of Oyster Pink #D6B0AE

Tints of Oyster Pink #D6B0AE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.21%

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

R = 37.94%
G = 31.21%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D6B0AE (or 0xD6B0AE) is known color: Oyster Pink. HEX triplet: D6, B0 and AE. RGB value is (214,176,174). Sum of RGB (Red+Green+Blue) = 214+176+174=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 176 (69.14% from 255 or 31.21% from 564); Blue value is 174 (68.36% from 255 or 30.85% from 564); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B0AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B0AE is #294F51. Grayscale: #BBBBBB. Windows color (decimal): -2707282 or 11448534. OLE color: 11448534.

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

Color convert

RGB 214 176 174 -
CMYK 0 0.18 0.19 0.16
HSL 0.33% 0.76% -
HSV(B) 0.19% 0.84% -
XYZ 50.9 48.4 46.7 -
YUV 187.13 120.59 147.16 -
System Red Green Blue C M Y K H S L
Decimal 214 176 174 0 0.18 0.19 0.16 3 0.33 0.76
Hex D6 B0 AE 0 12 13 10 3 21 4C
Octal 326 260 256 0 22 23 20 3 41 114
Binary 11010110 10110000 10101110 0 10010 10011 10000 11 100001 1001100

Color Harmonies of #D6B0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B0AE

Black with #D6B0AE

Text Example


Text Example

White with #D6B0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B0AE; }

 p { color: rgb(214,176,174); }

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

background-color css

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

 a { background-color: rgb(214,176,174); }

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

border-color css

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

 span { border-color: rgb(214,176,174); }

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