#DBAFAB

Color #DBAFAB Oyster Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oyster Pink #DBAFAB

Tints of Oyster Pink #DBAFAB

Color information

#DBAFAB (or 0xDBAFAB) is unknown color: approx Oyster Pink. HEX triplet: DB, AF and AB. RGB value is (219,175,171). Sum of RGB (Red+Green+Blue) = 219+175+171=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 171 (67.19% from 255 or 30.27% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAFAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAFAB is #245054. Grayscale: #BBBBBB. Windows color (decimal): -2379861 or 11251675. OLE color: 11251675.

HSL color Cylindrical-coordinate representation of color #DBAFAB: hue angle of 5º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBAFAB is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB219175171-
CMYK00.200.220.14
HSL40%76.47%-
HSV(B)21.92%85.88%-
XYZ51.8948.6645.19-
YUV187.7118.58150.33-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.76%
GREEN value IS 175 (68.75% from 255) = 30.97%
BLUE value IS 171 (67.19% from 255) = 30.27%
R=38.76%
G=30.97%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917517100.200.220.1454076.47
HexDBAFAB01416E5284c
Octal3332572530242616550114
Binary1101101110101111101010110101001011011101011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAFAB; }

 p { color: rgb(219,175,171); }

 H1.HeaderClassName
 {
   color: #DBAFAB;
 }
 .AnyTagClassName
 {
   color: #DBAFAB;
 }
</style>
background-color css

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

 a { background-color: rgb(219,175,171); }

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

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

 span { border-color: rgb(219,175,171); }

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