Html Css Color HEX #DAB4B0 Oyster Pink

📋 copy color: '#DAB4B0'

red 218 ◦ green 180 ◦ blue 176

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

Shades of Oyster Pink #DAB4B0

Tints of Oyster Pink #DAB4B0

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.36%

 BLUE value IS 176 (69.14% from 255) = 30.66%

R = 37.98%
G = 31.36%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#DAB4B0 (or 0xDAB4B0) is known color: Oyster Pink. HEX triplet: DA, B4 and B0. RGB value is (218,180,176). Sum of RGB (Red+Green+Blue) = 218+180+176=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 180 (70.70% from 255 or 31.36% from 574); Blue value is 176 (69.14% from 255 or 30.66% from 574); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB4B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB4B0 is #254B4F. Grayscale: #BEBEBE. Windows color (decimal): -2444112 or 11580634. OLE color: 11580634.

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

Color convert

RGB 218 180 176 -
CMYK 0 0.17 0.19 0.15
HSL 5.71º 0.36% 0.77% -
HSV(B) 5.71º 0.19% 0.85% -
XYZ 53.07 50.68 48.06 -
YUV 190.91 119.59 147.33 -
System Red Green Blue C M Y K H S L
Decimal 218 180 176 0 0.17 0.19 0.15 5.71 0.36 0.77
Hex DA B4 B0 0 11 13 F 6 24 4D
Octal 332 264 260 0 21 23 17 6 44 115
Binary 11011010 10110100 10110000 0 10001 10011 1111 110 100100 1001101

Color Harmonies of #DAB4B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB4B0

Black with #DAB4B0

Text Example


Text Example

White with #DAB4B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB4B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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