#DBAFAA

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

Shades of Oyster Pink #DBAFAA

Tints of Oyster Pink #DBAFAA

Color information

#DBAFAA (or 0xDBAFAA) is unknown color: approx Oyster Pink. HEX triplet: DB, AF and AA. RGB value is (219,175,170). Sum of RGB (Red+Green+Blue) = 219+175+170=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 170 (66.80% from 255 or 30.14% from 564); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAFAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAFAA is #245055. Grayscale: #BBBBBB. Windows color (decimal): -2379862 or 11186139. OLE color: 11186139.

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

Color convert

RGB219175170-
CMYK00.200.220.14
HSL6.12º40.5%76.27%-
HSV(B)6.12º22.37%85.88%-
XYZ51.848.6244.69-
YUV187.59118.08150.41-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.83%
GREEN value IS 175 (68.75% from 255) = 31.03%
BLUE value IS 170 (66.80% from 255) = 30.14%
R=38.83%
G=31.03%
B=30.14%

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
Decimal21917517000.200.220.146.1240.576.27
HexDBAFAA01416E6284c
Octal3332572520242616650114
Binary1101101110101111101010100101001011011101101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAFAA; }

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

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

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

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

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

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

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

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