Html Css Color HEX #D6B1AE Oyster Pink

📋 copy color: '#D6B1AE'

red 214 ◦ green 177 ◦ blue 174

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

Shades of Oyster Pink #D6B1AE

Tints of Oyster Pink #D6B1AE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.33%

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

R = 37.88%
G = 31.33%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D6B1AE (or 0xD6B1AE) is known color: Oyster Pink. HEX triplet: D6, B1 and AE. RGB value is (214,177,174). Sum of RGB (Red+Green+Blue) = 214+177+174=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 177 (69.53% from 255 or 31.33% from 565); Blue value is 174 (68.36% from 255 or 30.80% from 565); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B1AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B1AE is #294E51. Grayscale: #BBBBBB. Windows color (decimal): -2707026 or 11448790. OLE color: 11448790.

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

Color convert

RGB 214 177 174 -
CMYK 0 0.17 0.19 0.16
HSL 4.5º 0.33% 0.76% -
HSV(B) 4.5º 0.19% 0.84% -
XYZ 51.09 48.8 46.77 -
YUV 187.72 120.26 146.74 -
System Red Green Blue C M Y K H S L
Decimal 214 177 174 0 0.17 0.19 0.16 4.5 0.33 0.76
Hex D6 B1 AE 0 11 13 10 4 21 4C
Octal 326 261 256 0 21 23 20 4 41 114
Binary 11010110 10110001 10101110 0 10001 10011 10000 100 100001 1001100

Color Harmonies of #D6B1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B1AE

Black with #D6B1AE

Text Example


Text Example

White with #D6B1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B1AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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