#DBAFAD

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

Shades of Oyster Pink #DBAFAD

Tints of Oyster Pink #DBAFAD

Color information

#DBAFAD (or 0xDBAFAD) is unknown color: approx Oyster Pink. HEX triplet: DB, AF and AD. RGB value is (219,175,173). Sum of RGB (Red+Green+Blue) = 219+175+173=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 173 (67.97% from 255 or 30.51% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAFAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAFAD is #245052. Grayscale: #BBBBBB. Windows color (decimal): -2379859 or 11382747. OLE color: 11382747.

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

Color convert

RGB219175173-
CMYK00.200.210.14
HSL2.61º38.98%76.86%-
HSV(B)2.61º21%85.88%-
XYZ52.0948.7446.2-
YUV187.93119.58150.16-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.62%
GREEN value IS 175 (68.75% from 255) = 30.86%
BLUE value IS 173 (67.97% from 255) = 30.51%
R=38.62%
G=30.86%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917517300.200.210.142.6138.9876.86
HexDBAFAD01415E3274d
Octal3332572550242516347115
Binary110110111010111110101101010100101011110111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAFAD; }

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

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

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

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

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

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

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

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