Html Css Color HEX #D6ABA8 Oyster Pink

📋 copy color: '#D6ABA8'

red 214 ◦ green 171 ◦ blue 168

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

Shades of Oyster Pink #D6ABA8

Tints of Oyster Pink #D6ABA8

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.92%

 BLUE value IS 168 (66.02% from 255) = 30.38%

R = 38.7%
G = 30.92%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D6ABA8 (or 0xD6ABA8) is known color: Oyster Pink. HEX triplet: D6, AB and A8. RGB value is (214,171,168). Sum of RGB (Red+Green+Blue) = 214+171+168=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 168 (66.02% from 255 or 30.38% from 553); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ABA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6ABA8 is #295457. Grayscale: #B7B7B7. Windows color (decimal): -2708568 or 11054038. OLE color: 11054038.

HSL color Cylindrical-coordinate representation of color #D6ABA8: hue angle of 3.91º degrees, saturation: 0.36, 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 #D6ABA8 is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 171 168 -
CMYK 0 0.20 0.21 0.16
HSL 3.91º 0.36% 0.75% -
HSV(B) 3.91º 0.21% 0.84% -
XYZ 49.36 46.25 43.37 -
YUV 183.52 119.25 149.74 -
System Red Green Blue C M Y K H S L
Decimal 214 171 168 0 0.20 0.21 0.16 3.91 0.36 0.75
Hex D6 AB A8 0 14 15 10 4 24 4B
Octal 326 253 250 0 24 25 20 4 44 113
Binary 11010110 10101011 10101000 0 10100 10101 10000 100 100100 1001011

Color Harmonies of #D6ABA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ABA8

Black with #D6ABA8

Text Example


Text Example

White with #D6ABA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ABA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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