Html Css Color HEX #D0AEAA Oyster Pink

📋 copy color: '#D0AEAA'

red 208 ◦ green 174 ◦ blue 170

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

Shades of Oyster Pink #D0AEAA

Tints of Oyster Pink #D0AEAA

RGB

 RED value IS 208 (81.64% from 255) = 37.68%

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

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

R = 37.68%
G = 31.52%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D0AEAA (or 0xD0AEAA) is known color: Oyster Pink. HEX triplet: D0, AE and AA. RGB value is (208,174,170). Sum of RGB (Red+Green+Blue) = 208+174+170=552 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.68% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AEAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AEAA is #2F5155. Grayscale: #B7B7B7. Windows color (decimal): -3101014 or 11185872. OLE color: 11185872.

HSL color Cylindrical-coordinate representation of color #D0AEAA: hue angle of 6.32º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0AEAA is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 174 170 -
CMYK 0 0.16 0.18 0.18
HSL 6.32º 0.29% 0.74% -
HSV(B) 6.32º 0.18% 0.82% -
XYZ 48.4 46.58 44.47 -
YUV 183.71 120.26 145.33 -
System Red Green Blue C M Y K H S L
Decimal 208 174 170 0 0.16 0.18 0.18 6.32 0.29 0.74
Hex D0 AE AA 0 10 12 12 6 1D 4A
Octal 320 256 252 0 20 22 22 6 35 112
Binary 11010000 10101110 10101010 0 10000 10010 10010 110 11101 1001010

Color Harmonies of #D0AEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AEAA

Black with #D0AEAA

Text Example


Text Example

White with #D0AEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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