Html Css Color HEX #DAB1AE Oyster Pink

📋 copy color: '#DAB1AE'

red 218 ◦ green 177 ◦ blue 174

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

Shades of Oyster Pink #DAB1AE

Tints of Oyster Pink #DAB1AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 30.58%

R = 38.31%
G = 31.11%
B = 30.58%

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

#DAB1AE (or 0xDAB1AE) is known color: Oyster Pink. HEX triplet: DA, B1 and AE. RGB value is (218,177,174). Sum of RGB (Red+Green+Blue) = 218+177+174=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 177 (69.53% from 255 or 31.11% from 569); Blue value is 174 (68.36% from 255 or 30.58% from 569); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB1AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB1AE is #254E51. Grayscale: #BCBCBC. Windows color (decimal): -2444882 or 11448794. OLE color: 11448794.

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

Color convert

RGB 218 177 174 -
CMYK 0 0.19 0.20 0.15
HSL 4.09º 0.37% 0.77% -
HSV(B) 4.09º 0.2% 0.85% -
XYZ 52.28 49.41 46.83 -
YUV 188.92 119.58 148.74 -
System Red Green Blue C M Y K H S L
Decimal 218 177 174 0 0.19 0.20 0.15 4.09 0.37 0.77
Hex DA B1 AE 0 13 14 F 4 25 4D
Octal 332 261 256 0 23 24 17 4 45 115
Binary 11011010 10110001 10101110 0 10011 10100 1111 100 100101 1001101

Color Harmonies of #DAB1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB1AE

Black with #DAB1AE

Text Example


Text Example

White with #DAB1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB1AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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