Html Css Color HEX #DAB1AC Oyster Pink

📋 copy color: '#DAB1AC'

red 218 ◦ green 177 ◦ blue 172

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

Shades of Oyster Pink #DAB1AC

Tints of Oyster Pink #DAB1AC

RGB

 RED value IS 218 (85.55% from 255) = 38.45%

 GREEN value IS 177 (69.53% from 255) = 31.22%

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

R = 38.45%
G = 31.22%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#DAB1AC (or 0xDAB1AC) is known color: Oyster Pink. HEX triplet: DA, B1 and AC. RGB value is (218,177,172). Sum of RGB (Red+Green+Blue) = 218+177+172=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 177 (69.53% from 255 or 31.22% from 567); Blue value is 172 (67.58% from 255 or 30.34% from 567); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB1AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB1AC is #254E53. Grayscale: #BCBCBC. Windows color (decimal): -2444884 or 11317722. OLE color: 11317722.

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

Color convert

RGB 218 177 172 -
CMYK 0 0.19 0.21 0.15
HSL 6.52º 0.38% 0.76% -
HSV(B) 6.52º 0.21% 0.85% -
XYZ 52.08 49.33 45.81 -
YUV 188.69 118.58 148.91 -
System Red Green Blue C M Y K H S L
Decimal 218 177 172 0 0.19 0.21 0.15 6.52 0.38 0.76
Hex DA B1 AC 0 13 15 F 7 26 4C
Octal 332 261 254 0 23 25 17 7 46 114
Binary 11011010 10110001 10101100 0 10011 10101 1111 111 100110 1001100

Color Harmonies of #DAB1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB1AC

Black with #DAB1AC

Text Example


Text Example

White with #DAB1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB1AC; }

 p { color: rgb(218,177,172); }

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

background-color css

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

 a { background-color: rgb(218,177,172); }

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

border-color css

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

 span { border-color: rgb(218,177,172); }

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