Html Css Color HEX #DAB2AC Oyster Pink

📋 copy color: '#DAB2AC'

red 218 ◦ green 178 ◦ blue 172

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

Shades of Oyster Pink #DAB2AC

Tints of Oyster Pink #DAB2AC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.34%

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

R = 38.38%
G = 31.34%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#DAB2AC (or 0xDAB2AC) is known color: Oyster Pink. HEX triplet: DA, B2 and AC. RGB value is (218,178,172). Sum of RGB (Red+Green+Blue) = 218+178+172=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 178 (69.92% from 255 or 31.34% from 568); Blue value is 172 (67.58% from 255 or 30.28% from 568); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB2AC is #254D53. Grayscale: #BDBDBD. Windows color (decimal): -2444628 or 11317978. OLE color: 11317978.

HSL color Cylindrical-coordinate representation of color #DAB2AC: hue angle of 7.83º 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 #DAB2AC is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 178 172 -
CMYK 0 0.18 0.21 0.15
HSL 7.83º 0.38% 0.76% -
HSV(B) 7.83º 0.21% 0.85% -
XYZ 52.28 49.72 45.87 -
YUV 189.28 118.25 148.49 -
System Red Green Blue C M Y K H S L
Decimal 218 178 172 0 0.18 0.21 0.15 7.83 0.38 0.76
Hex DA B2 AC 0 12 15 F 8 26 4C
Octal 332 262 254 0 22 25 17 10 46 114
Binary 11011010 10110010 10101100 0 10010 10101 1111 1000 100110 1001100

Color Harmonies of #DAB2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB2AC

Black with #DAB2AC

Text Example


Text Example

White with #DAB2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB2AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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