#DBAFAF

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

Shades of Oyster Pink #DBAFAF

Tints of Oyster Pink #DBAFAF

Color information

#DBAFAF (or 0xDBAFAF) is unknown color: approx Oyster Pink. HEX triplet: DB, AF and AF. RGB value is (219,175,175). Sum of RGB (Red+Green+Blue) = 219+175+175=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 175 (68.75% from 255 or 30.76% from 569); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAFAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAFAF is #245050. Grayscale: #BCBCBC. Windows color (decimal): -2379857 or 11513819. OLE color: 11513819.

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

Color convert

RGB219175175-
CMYK00.200.200.14
HSL37.93%77.25%-
HSV(B)20.09%85.88%-
XYZ52.2848.8247.22-
YUV188.16120.58150-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.49%
GREEN value IS 175 (68.75% from 255) = 30.76%
BLUE value IS 175 (68.75% from 255) = 30.76%
R=38.49%
G=30.76%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917517500.200.200.14037.9377.25
HexDBAFAF01414E0264d
Octal3332572570242416046115
Binary11011011101011111010111101010010100111001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAFAF; }

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

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

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

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

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

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

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

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