Html Css Color HEX #DAB1AB Oyster Pink

📋 copy color: '#DAB1AB'

red 218 ◦ green 177 ◦ blue 171

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

Shades of Oyster Pink #DAB1AB

Tints of Oyster Pink #DAB1AB

RGB

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

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

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

R = 38.52%
G = 31.27%
B = 30.21%

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

#DAB1AB (or 0xDAB1AB) is known color: Oyster Pink. HEX triplet: DA, B1 and AB. RGB value is (218,177,171). Sum of RGB (Red+Green+Blue) = 218+177+171=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 177 (69.53% from 255 or 31.27% from 566); Blue value is 171 (67.19% from 255 or 30.21% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB1AB is #254E54. Grayscale: #BCBCBC. Windows color (decimal): -2444885 or 11252186. OLE color: 11252186.

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

Color convert

RGB 218 177 171 -
CMYK 0 0.19 0.22 0.15
HSL 7.66º 0.39% 0.76% -
HSV(B) 7.66º 0.22% 0.85% -
XYZ 51.99 49.29 45.3 -
YUV 188.58 118.08 148.99 -
System Red Green Blue C M Y K H S L
Decimal 218 177 171 0 0.19 0.22 0.15 7.66 0.39 0.76
Hex DA B1 AB 0 13 16 F 8 27 4C
Octal 332 261 253 0 23 26 17 10 47 114
Binary 11011010 10110001 10101011 0 10011 10110 1111 1000 100111 1001100

Color Harmonies of #DAB1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB1AB

Black with #DAB1AB

Text Example


Text Example

White with #DAB1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB1AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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