#DCAFAC

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

Shades of Oyster Pink #DCAFAC

Tints of Oyster Pink #DCAFAC

Color information

#DCAFAC (or 0xDCAFAC) is unknown color: approx Oyster Pink. HEX triplet: DC, AF and AC. RGB value is (220,175,172). Sum of RGB (Red+Green+Blue) = 220+175+172=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 172 (67.58% from 255 or 30.34% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAFAC is #235053. Grayscale: #BCBCBC. Windows color (decimal): -2314324 or 11317212. OLE color: 11317212.

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

Color convert

RGB220175172-
CMYK00.200.220.14
HSL3.75º40.68%76.86%-
HSV(B)3.75º21.82%86.27%-
XYZ52.2948.8545.7-
YUV188.11118.91150.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.80%
GREEN value IS 175 (68.75% from 255) = 30.86%
BLUE value IS 172 (67.58% from 255) = 30.34%
R=38.80%
G=30.86%
B=30.34%

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
Decimal22017517200.200.220.143.7540.6876.86
HexDCAFAC01416E4294d
Octal3342572540242616451115
Binary1101110010101111101011000101001011011101001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAFAC; }

 p { color: rgb(220,175,172); }

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

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

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

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

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

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

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