Html Css Color HEX #DAB0B0 Oyster Pink

📋 copy color: '#DAB0B0'

red 218 ◦ green 176 ◦ blue 176

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

Shades of Oyster Pink #DAB0B0

Tints of Oyster Pink #DAB0B0

RGB

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

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

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

R = 38.25%
G = 30.88%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#DAB0B0 (or 0xDAB0B0) is known color: Oyster Pink. HEX triplet: DA, B0 and B0. RGB value is (218,176,176). Sum of RGB (Red+Green+Blue) = 218+176+176=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 176 (69.14% from 255 or 30.88% from 570); Blue value is 176 (69.14% from 255 or 30.88% from 570); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB0B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB0B0 is #254F4F. Grayscale: #BCBCBC. Windows color (decimal): -2445136 or 11579610. OLE color: 11579610.

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

Color convert

RGB 218 176 176 -
CMYK 0 0.19 0.19 0.15
HSL 0.36% 0.77% -
HSV(B) 0.19% 0.85% -
XYZ 52.28 49.09 47.79 -
YUV 188.56 120.91 149 -
System Red Green Blue C M Y K H S L
Decimal 218 176 176 0 0.19 0.19 0.15 0 0.36 0.77
Hex DA B0 B0 0 13 13 F 0 24 4D
Octal 332 260 260 0 23 23 17 0 44 115
Binary 11011010 10110000 10110000 0 10011 10011 1111 0 100100 1001101

Color Harmonies of #DAB0B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB0B0

Black with #DAB0B0

Text Example


Text Example

White with #DAB0B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB0B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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