Html Css Color HEX #D6AEAA Oyster Pink

📋 copy color: '#D6AEAA'

red 214 ◦ green 174 ◦ blue 170

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

Shades of Oyster Pink #D6AEAA

Tints of Oyster Pink #D6AEAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 30.47%

R = 38.35%
G = 31.18%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D6AEAA (or 0xD6AEAA) is known color: Oyster Pink. HEX triplet: D6, AE and AA. RGB value is (214,174,170). Sum of RGB (Red+Green+Blue) = 214+174+170=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 174 (68.36% from 255 or 31.18% from 558); Blue value is 170 (66.80% from 255 or 30.47% from 558); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AEAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AEAA is #295155. Grayscale: #B9B9B9. Windows color (decimal): -2707798 or 11185878. OLE color: 11185878.

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

Color convert

RGB 214 174 170 -
CMYK 0 0.19 0.21 0.16
HSL 5.45º 0.35% 0.75% -
HSV(B) 5.45º 0.21% 0.84% -
XYZ 50.12 47.47 44.55 -
YUV 185.5 119.25 148.33 -
System Red Green Blue C M Y K H S L
Decimal 214 174 170 0 0.19 0.21 0.16 5.45 0.35 0.75
Hex D6 AE AA 0 13 15 10 5 23 4B
Octal 326 256 252 0 23 25 20 5 43 113
Binary 11010110 10101110 10101010 0 10011 10101 10000 101 100011 1001011

Color Harmonies of #D6AEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AEAA

Black with #D6AEAA

Text Example


Text Example

White with #D6AEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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