Html Css Color HEX #DAB1AF Oyster Pink

📋 copy color: '#DAB1AF'

red 218 ◦ green 177 ◦ blue 175

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

Shades of Oyster Pink #DAB1AF

Tints of Oyster Pink #DAB1AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 30.7%

R = 38.25%
G = 31.05%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#DAB1AF (or 0xDAB1AF) is known color: Oyster Pink. HEX triplet: DA, B1 and AF. RGB value is (218,177,175). Sum of RGB (Red+Green+Blue) = 218+177+175=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 177 (69.53% from 255 or 31.05% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB1AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB1AF is #254E50. Grayscale: #BDBDBD. Windows color (decimal): -2444881 or 11514330. OLE color: 11514330.

HSL color Cylindrical-coordinate representation of color #DAB1AF: hue angle of 2.79º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAB1AF is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 177 175 -
CMYK 0 0.19 0.20 0.15
HSL 2.79º 0.37% 0.77% -
HSV(B) 2.79º 0.2% 0.85% -
XYZ 52.37 49.44 47.34 -
YUV 189.03 120.08 148.66 -
System Red Green Blue C M Y K H S L
Decimal 218 177 175 0 0.19 0.20 0.15 2.79 0.37 0.77
Hex DA B1 AF 0 13 14 F 3 25 4D
Octal 332 261 257 0 23 24 17 3 45 115
Binary 11011010 10110001 10101111 0 10011 10100 1111 11 100101 1001101

Color Harmonies of #DAB1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB1AF

Black with #DAB1AF

Text Example


Text Example

White with #DAB1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB1AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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