Html Css Color HEX #DAB4B3 Oyster Pink

📋 copy color: '#DAB4B3'

red 218 ◦ green 180 ◦ blue 179

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

Shades of Oyster Pink #DAB4B3

Tints of Oyster Pink #DAB4B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 31.02%

R = 37.78%
G = 31.2%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#DAB4B3 (or 0xDAB4B3) is known color: Oyster Pink. HEX triplet: DA, B4 and B3. RGB value is (218,180,179). Sum of RGB (Red+Green+Blue) = 218+180+179=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 180 (70.70% from 255 or 31.20% from 577); Blue value is 179 (70.31% from 255 or 31.02% from 577); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB4B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB4B3 is #254B4C. Grayscale: #BFBFBF. Windows color (decimal): -2444109 or 11777242. OLE color: 11777242.

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

Color convert

RGB 218 180 179 -
CMYK 0 0.17 0.18 0.15
HSL 1.54º 0.35% 0.78% -
HSV(B) 1.54º 0.18% 0.85% -
XYZ 53.37 50.8 49.64 -
YUV 191.25 121.09 147.08 -
System Red Green Blue C M Y K H S L
Decimal 218 180 179 0 0.17 0.18 0.15 1.54 0.35 0.78
Hex DA B4 B3 0 11 12 F 2 23 4E
Octal 332 264 263 0 21 22 17 2 43 116
Binary 11011010 10110100 10110011 0 10001 10010 1111 10 100011 1001110

Color Harmonies of #DAB4B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB4B3

Black with #DAB4B3

Text Example


Text Example

White with #DAB4B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB4B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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