Html Css Color HEX #D6AEAB Oyster Pink

📋 copy color: '#D6AEAB'

red 214 ◦ green 174 ◦ blue 171

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

Shades of Oyster Pink #D6AEAB

Tints of Oyster Pink #D6AEAB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.13%

 BLUE value IS 171 (67.19% from 255) = 30.59%

R = 38.28%
G = 31.13%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D6AEAB (or 0xD6AEAB) is known color: Oyster Pink. HEX triplet: D6, AE and AB. RGB value is (214,174,171). Sum of RGB (Red+Green+Blue) = 214+174+171=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 174 (68.36% from 255 or 31.13% from 559); Blue value is 171 (67.19% from 255 or 30.59% from 559); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AEAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AEAB is #295154. Grayscale: #B9B9B9. Windows color (decimal): -2707797 or 11251414. OLE color: 11251414.

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

Color convert

RGB 214 174 171 -
CMYK 0 0.19 0.20 0.16
HSL 4.19º 0.34% 0.75% -
HSV(B) 4.19º 0.2% 0.84% -
XYZ 50.22 47.51 45.05 -
YUV 185.62 119.75 148.24 -
System Red Green Blue C M Y K H S L
Decimal 214 174 171 0 0.19 0.20 0.16 4.19 0.34 0.75
Hex D6 AE AB 0 13 14 10 4 22 4B
Octal 326 256 253 0 23 24 20 4 42 113
Binary 11010110 10101110 10101011 0 10011 10100 10000 100 100010 1001011

Color Harmonies of #D6AEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AEAB

Black with #D6AEAB

Text Example


Text Example

White with #D6AEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AEAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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