Html Css Color HEX #DAB0AB Oyster Pink

📋 copy color: '#DAB0AB'

red 218 ◦ green 176 ◦ blue 171

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

Shades of Oyster Pink #DAB0AB

Tints of Oyster Pink #DAB0AB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.15%

 BLUE value IS 171 (67.19% from 255) = 30.27%

R = 38.58%
G = 31.15%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DAB0AB (or 0xDAB0AB) is known color: Oyster Pink. HEX triplet: DA, B0 and AB. RGB value is (218,176,171). Sum of RGB (Red+Green+Blue) = 218+176+171=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 176 (69.14% from 255 or 31.15% from 565); Blue value is 171 (67.19% from 255 or 30.27% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB0AB is #254F54. Grayscale: #BCBCBC. Windows color (decimal): -2445141 or 11251930. OLE color: 11251930.

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

Color convert

RGB 218 176 171 -
CMYK 0 0.19 0.22 0.15
HSL 6.38º 0.39% 0.76% -
HSV(B) 6.38º 0.22% 0.85% -
XYZ 51.79 48.9 45.24 -
YUV 187.99 118.41 149.41 -
System Red Green Blue C M Y K H S L
Decimal 218 176 171 0 0.19 0.22 0.15 6.38 0.39 0.76
Hex DA B0 AB 0 13 16 F 6 27 4C
Octal 332 260 253 0 23 26 17 6 47 114
Binary 11011010 10110000 10101011 0 10011 10110 1111 110 100111 1001100

Color Harmonies of #DAB0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB0AB

Black with #DAB0AB

Text Example


Text Example

White with #DAB0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB0AB; }

 p { color: rgb(218,176,171); }

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

background-color css

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

 a { background-color: rgb(218,176,171); }

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

border-color css

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

 span { border-color: rgb(218,176,171); }

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