Html Css Color HEX #D8ADAC Oyster Pink

📋 copy color: '#D8ADAC'

red 216 ◦ green 173 ◦ blue 172

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

Shades of Oyster Pink #D8ADAC

Tints of Oyster Pink #D8ADAC

RGB

 RED value IS 216 (84.77% from 255) = 38.5%

 GREEN value IS 173 (67.97% from 255) = 30.84%

 BLUE value IS 172 (67.58% from 255) = 30.66%

R = 38.5%
G = 30.84%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D8ADAC (or 0xD8ADAC) is known color: Oyster Pink. HEX triplet: D8, AD and AC. RGB value is (216,173,172). Sum of RGB (Red+Green+Blue) = 216+173+172=561 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.50% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 172 (67.58% from 255 or 30.66% from 561); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ADAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8ADAC is #275253. Grayscale: #B9B9B9. Windows color (decimal): -2576980 or 11316696. OLE color: 11316696.

HSL color Cylindrical-coordinate representation of color #D8ADAC: hue angle of 1.36º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D8ADAC is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 173 172 -
CMYK 0 0.20 0.20 0.15
HSL 1.36º 0.36% 0.76% -
HSV(B) 1.36º 0.2% 0.85% -
XYZ 50.71 47.46 45.52 -
YUV 185.74 120.25 149.58 -
System Red Green Blue C M Y K H S L
Decimal 216 173 172 0 0.20 0.20 0.15 1.36 0.36 0.76
Hex D8 AD AC 0 14 14 F 1 24 4C
Octal 330 255 254 0 24 24 17 1 44 114
Binary 11011000 10101101 10101100 0 10100 10100 1111 1 100100 1001100

Color Harmonies of #D8ADAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ADAC

Black with #D8ADAC

Text Example


Text Example

White with #D8ADAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ADAC; }

 p { color: rgb(216,173,172); }

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

background-color css

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

 a { background-color: rgb(216,173,172); }

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

border-color css

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

 span { border-color: rgb(216,173,172); }

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